OSDN Git Service

Migrating to Qt platform (1).
[dennco/dennco.git] / dennco.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2012-02-21T22:44:17
4 #
5 #-------------------------------------------------
6
7 QT       += core gui webkit script
8
9 TARGET = QtDennco
10 TEMPLATE = app
11
12
13 INCLUDEPATH += Source Source/QtScript Source/platform/qt
14
15 SOURCES += Source/QtDennco/mainwindow.cpp \
16     Source/QtDennco/main.cpp \
17     Source/TKUICell.cpp \
18     Source/TKReceptor.cpp \
19     Source/TKLog.cpp \
20     Source/TKLock.cpp \
21     Source/TKDebug.cpp \
22     Source/TKContainer.cpp \
23     Source/TKCellCodeInstance.cpp \
24     Source/TKCellCode.cpp \
25     Source/TKCell.cpp \
26     Source/TKAxonTerminal.cpp \
27     Source/TKAxon.cpp \
28     Source/DNXMLElement.cpp \
29     Source/DNXML.cpp \
30     Source/DNUtils.cpp \
31     Source/DNTimeKeeper.cpp \
32     Source/DNHTTPServer.cpp \
33     Source/DNFileList.cpp \
34     Source/DNEngine.cpp \
35     Source/DNDirectory.cpp \
36     Source/DNContainerBuilder.cpp \
37     Source/DNAlert.cpp \
38     Source/QtScript/dnqscellbase.cpp \
39     Source/QtScript/dnqsbasiccell.cpp \
40     Source/QtScript/dnqscellcode.cpp \
41     Source/QtScript/dnqscellcodeinstance.cpp \
42     Source/QtScript/dnqscontainer.cpp \
43     Source/platform/qt/qttklockimpl.cpp \
44     Source/platform/qt/qtdndirectoryimpl.cpp \
45     Source/platform/qt/qtdnalertimpl.cpp \
46     Source/platform/qt/qtsimplehttpserverimpl.cpp \
47     Source/platform/qt/qtdntimekeeperimpl.cpp \
48     Source/platform/qt/qtdnxmlimpl.cpp
49
50 HEADERS  += Source/QtDennco/mainwindow.h \
51     Source/TKUICell.h \
52     Source/TKReceptor.h \
53     Source/TKLog.h \
54     Source/TKLockImpl.h \
55     Source/TKLock.h \
56     Source/TKDebug.h \
57     Source/TKContainer.h \
58     Source/TKConsole.h \
59     Source/TKCellCodeInstance.h \
60     Source/TKCellCode.h \
61     Source/TKCell.h \
62     Source/TKAxonTerminal.h \
63     Source/TKAxon.h \
64     Source/DNXMLImpl.h \
65     Source/DNXMLElement.h \
66     Source/DNXML.h \
67     Source/DNUtils.h \
68     Source/DNTimeKeeperImpl.h \
69     Source/DNTimeKeeper.h \
70     Source/DNServer.h \
71     Source/DNHTTPServerImpl.h \
72     Source/DNHTTPServer.h \
73     Source/DNFileList.h \
74     Source/DNEngine.h \
75     Source/DNDirectoryImpl.h \
76     Source/DNDirectory.h \
77     Source/DNContainerBuilder.h \
78     Source/DNAlertImpl.h \
79     Source/DNAlert.h \
80     Source/dennco.h \
81     Source/QtScript/dnqscellbase.h \
82     Source/QtScript/dnqsbasiccell.h \
83     Source/QtScript/dnqscellcode.h \
84     Source/QtScript/dnqscellcodeinstance.h \
85     Source/QtScript/dnqscontainer.h \
86     Source/versioninfo.h \
87     Source/platform/qt/qttklockimpl.h \
88     Source/platform/qt/qtdndirectoryimpl.h \
89     Source/platform/qt/qtdnalertimpl.h \
90     Source/platform/qt/qtsimplehttpserverimpl.h \
91     Source/platform/qt/qtdntimekeeperimpl.h \
92     Source/platform/qt/qtdnxmlimpl.h
93
94 FORMS    += Source/QtDennco/mainwindow.ui