tools/MissionsEditor/MissionsEditor.pro
changeset 4309 a69c73c5d173
parent 4307 eb0f5c45e7ab
parent 4283 7dbdaeecebbf
child 4312 2610ad7c6d6c
child 4313 0690067bc5ff
equal deleted inserted replaced
4307:eb0f5c45e7ab 4309:a69c73c5d173
     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