-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPrototype2D.pro
More file actions
62 lines (62 loc) · 1.46 KB
/
Prototype2D.pro
File metadata and controls
62 lines (62 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# -------------------------------------------------
# Project created by QtCreator 2009-07-11T23:01:10
# -------------------------------------------------
QT += opengl
TARGET = bin/Prototype2D
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
world.cpp \
texture.cpp \
canvas.cpp \
actor.cpp \
texturemanager.cpp \
startupdlg.cpp \
games/pyp/background.cpp \
games/pyp/pyp.cpp \
games/pyp/block.cpp \
games/pyp/toolpallette.cpp \
games/pyp/pea.cpp \
gamemanager.cpp \
games/pyp/tri.cpp \
games/template/template.cpp \
actorjoint.cpp \
games/force/force.cpp \
games/tail/tail.cpp \
games/anim/anim.cpp \
games/jelly/jelly.cpp \
games/jelly/jellyactor.cpp \
games/autumn/autumn.cpp
HEADERS += mainwindow.h \
world.h \
texture.h \
canvas.h \
actor.h \
texturemanager.h \
utils.h \
env.h \
startupdlg.h \
types.h \
defines.h \
games/pyp/background.h \
igame.h \
games/pyp/pyp.h \
games/pyp/block.h \
games/pyp/toolpallette.h \
games/pyp/pea.h \
gamemanager.h \
games/pyp/tri.h \
games/template/template.h \
actorjoint.h \
games/force/force.h \
games/tail/tail.h \
games/anim/anim.h \
games/jelly/jelly.h \
games/jelly/jellyactor.h \
games/autumn/autumn.h
FORMS += mainwindow.ui \
startupdlg.ui
LIBS += -L"Box2D"
LIBS += -lBox2D
# Disable qDebug() and qWarning() output
# DEFINES += QT_NO_DEBUG_OUTPUT