Initial commit.
[emufront] / src / emufront.pro
1 ######################################################################
2 # Automatically generated by qmake (2.01a) Fri May 14 22:39:13 2010
3 ######################################################################
4
5 TEMPLATE = app
6 TARGET = 
7 DEPENDPATH += . db dialogs
8 INCLUDEPATH += . db dialogs
9 QT += sql
10
11 # Input
12 HEADERS += mainwindow.h \
13            db/databasemanager.h \
14            dialogs/dbobjectdialog.h \
15            dialogs/namedialog.h \
16            dialogs/platformdialog.h \
17            dialogs/platformnamedialog.h
18 SOURCES += main.cpp \
19            mainwindow.cpp \
20            db/databasemanager.cpp \
21            dialogs/dbobjectdialog.cpp \
22            dialogs/namedialog.cpp \
23            dialogs/platformdialog.cpp \
24            dialogs/platformnamedialog.cpp