tools/MissionsEditor/MissionsEditor.pro
branchexperimental3D
changeset 4343 19cbea33e4d2
parent 4006 45b63c2a694f
parent 4341 46b8791e577f
child 4345 2c93d6a10869
equal deleted inserted replaced
4006:45b63c2a694f 4343:19cbea33e4d2
     1 # -------------------------------------------------
       
     2 # Project created by QtCreator 2009-10-21T19:51:57
       
     3 # -------------------------------------------------
       
     4 TARGET = MissionsEditor
       
     5 TEMPLATE = app
       
     6 SOURCES += main.cpp \
       
     7     editor.cpp \
       
     8     teamedit.cpp \
       
     9     hedgehogedit.cpp
       
    10 HEADERS += editor.h \
       
    11     teamedit.h \
       
    12     hedgehogedit.h
       
    13 FORMS += editor.ui \
       
    14     teamedit.ui \
       
    15     hedgehogedit.ui