OSDN Git Service

Refactored messaging facility
[dennco/dennco.git] / dennco.pro
index bc30fbd..39d1e79 100644 (file)
 #
 #-------------------------------------------------
 
-QT       += core gui webkit script xml
+TEMPLATE = subdirs
+CONFIG   += ordered
 
-TARGET = QtDennco
-TEMPLATE = app
+SUBDIRS+= serialport Source
 
+serialport.file = Thirdparty/qt/qserialdevice-qserialdevice/serialport.pro
 
-INCLUDEPATH += Source Source/QtScript Source/platform/qt
-
-SOURCES += Source/QtDennco/mainwindow.cpp \
-    Source/QtDennco/main.cpp \
-    Source/TKUICell.cpp \
-    Source/TKReceptor.cpp \
-    Source/TKLog.cpp \
-    Source/TKLock.cpp \
-    Source/TKDebug.cpp \
-    Source/TKContainer.cpp \
-    Source/TKCellCodeInstance.cpp \
-    Source/TKCellCode.cpp \
-    Source/TKCell.cpp \
-    Source/TKAxonTerminal.cpp \
-    Source/TKAxon.cpp \
-    Source/DNXMLElement.cpp \
-    Source/DNXML.cpp \
-    Source/DNUtils.cpp \
-    Source/DNTimeKeeper.cpp \
-    Source/DNHTTPServer.cpp \
-    Source/DNFileList.cpp \
-    Source/DNEngine.cpp \
-    Source/DNDirectory.cpp \
-    Source/DNContainerBuilder.cpp \
-    Source/DNAlert.cpp \
-    Source/QtScript/dnqscellbase.cpp \
-    Source/QtScript/dnqsbasiccell.cpp \
-    Source/QtScript/dnqscellcode.cpp \
-    Source/QtScript/dnqscellcodeinstance.cpp \
-    Source/QtScript/dnqscontainer.cpp \
-    Source/platform/qt/qttklockimpl.cpp \
-    Source/platform/qt/qtdndirectoryimpl.cpp \
-    Source/platform/qt/qtdnalertimpl.cpp \
-    Source/platform/qt/qtsimplehttpserverimpl.cpp \
-    Source/platform/qt/qtdntimekeeperimpl.cpp \
-    Source/platform/qt/qtdnxmlimpl.cpp \
-    Source/platform/qt/QtTKConsole.cpp \
-    Source/DNGlobal.cpp \
-    Source/DNThread.cpp \
-    Source/platform/qt/qtdnthreadimpl.cpp \
-    Source/QtDennco/dnwebinterface.cpp
-
-HEADERS  += Source/QtDennco/mainwindow.h \
-    Source/TKUICell.h \
-    Source/TKReceptor.h \
-    Source/TKLog.h \
-    Source/TKLockImpl.h \
-    Source/TKLock.h \
-    Source/TKDebug.h \
-    Source/TKContainer.h \
-    Source/TKConsole.h \
-    Source/TKCellCodeInstance.h \
-    Source/TKCellCode.h \
-    Source/TKCell.h \
-    Source/TKAxonTerminal.h \
-    Source/TKAxon.h \
-    Source/DNXMLImpl.h \
-    Source/DNXMLElement.h \
-    Source/DNXML.h \
-    Source/DNUtils.h \
-    Source/DNTimeKeeperImpl.h \
-    Source/DNTimeKeeper.h \
-    Source/DNServer.h \
-    Source/DNHTTPServerImpl.h \
-    Source/DNHTTPServer.h \
-    Source/DNFileList.h \
-    Source/DNEngine.h \
-    Source/DNDirectoryImpl.h \
-    Source/DNDirectory.h \
-    Source/DNContainerBuilder.h \
-    Source/DNAlertImpl.h \
-    Source/DNAlert.h \
-    Source/dennco.h \
-    Source/QtScript/dnqscellbase.h \
-    Source/QtScript/dnqsbasiccell.h \
-    Source/QtScript/dnqscellcode.h \
-    Source/QtScript/dnqscellcodeinstance.h \
-    Source/QtScript/dnqscontainer.h \
-    Source/versioninfo.h \
-    Source/platform/qt/qttklockimpl.h \
-    Source/platform/qt/qtdndirectoryimpl.h \
-    Source/platform/qt/qtdnalertimpl.h \
-    Source/platform/qt/qtsimplehttpserverimpl.h \
-    Source/platform/qt/qtdntimekeeperimpl.h \
-    Source/platform/qt/qtdnxmlimpl.h \
-    Source/DNGlobal.h \
-    Source/DNThread.h \
-    Source/DNThreadImpl.h \
-    Source/platform/qt/qtdnthreadimpl.h \
-    Source/QtDennco/dnwebinterface.h
-
-FORMS    += Source/QtDennco/mainwindow.ui
-Debug:DEFINES+=DEBUG
+DESTDIR = bin