author | nemo |
Thu, 25 Feb 2010 23:28:26 +0000 | |
changeset 2870 | 1358cc003e4d |
parent 2596 | 41b46f83d088 |
permissions | -rw-r--r-- |
2589 | 1 |
# ------------------------------------------------- |
2572 | 2 |
# Project created by QtCreator 2009-10-21T19:51:57 |
2589 | 3 |
# ------------------------------------------------- |
2572 | 4 |
TARGET = MissionsEditor |
5 |
TEMPLATE = app |
|
2589 | 6 |
SOURCES += main.cpp \ |
7 |
editor.cpp \ |
|
2596
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2589
diff
changeset
|
8 |
teamedit.cpp \ |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2589
diff
changeset
|
9 |
hedgehogedit.cpp |
2589 | 10 |
HEADERS += editor.h \ |
2596
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2589
diff
changeset
|
11 |
teamedit.h \ |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2589
diff
changeset
|
12 |
hedgehogedit.h |
2589 | 13 |
FORMS += editor.ui \ |
2596
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2589
diff
changeset
|
14 |
teamedit.ui \ |
41b46f83d088
Compete loading teams/hedgehogs part from mission config
unc0rr
parents:
2589
diff
changeset
|
15 |
hedgehogedit.ui |