finished ADeditor for triggers

This commit is contained in:
2010-08-30 01:00:10 +04:00
parent 8f9294c405
commit 25dce4f32f
6 changed files with 2146 additions and 1660 deletions

View File

@@ -2,28 +2,29 @@
# Project created by QtCreator 2010-08-22T13:42:02
# -------------------------------------------------
QT += xml \
xmlpatterns
xmlpatterns
TARGET = ADeditor
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
../loader.cpp \
alienmodel.cpp \
towermodel.cpp \
splashmodel.cpp \
../map.cpp \
../game_data.cpp \
mainwindow.cpp \
../loader.cpp \
alienmodel.cpp \
towermodel.cpp \
splashmodel.cpp \
../map.cpp \
../game_data.cpp \
triggermodel.cpp
HEADERS += mainwindow.h \
../loader.h \
alienmodel.h \
towermodel.h \
splashmodel.h \
../base_types.h \
../map.h \
../game_data.h \
../loader.h \
alienmodel.h \
towermodel.h \
splashmodel.h \
../base_types.h \
../map.h \
../game_data.h \
triggermodel.h
FORMS += mainwindow.ui
TRANSLATIONS += adeditor_ru.ts
RESOURCES += ADeditor.qrc
OTHER_FILES += ../schema.xml \
../data2.xml