You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
772 B
Plaintext
31 lines
772 B
Plaintext
1 month ago
|
HEADERS += \
|
||
|
$$PWD/MainWindowGenerator.h \
|
||
|
$$PWD/GlobalDataFactory.h \
|
||
|
$$PWD/ComponentFactory.h \
|
||
|
$$PWD/CommandLineHandler.h \
|
||
|
$$PWD/PreWindowInitializer.h \
|
||
|
$$PWD/SignalProcessor.h \
|
||
|
$$PWD/FlowAPPSettings.h \
|
||
|
$$PWD/WorkBenchHandler.h \
|
||
|
$$PWD/SystemChecker.h \
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/main.cpp \
|
||
|
$$PWD/MainWindowGenerator.cpp \
|
||
|
$$PWD/GlobalDataFactory.cpp \
|
||
|
$$PWD/ComponentFactory.cpp \
|
||
|
$$PWD/CommandLineHandler.cpp \
|
||
|
$$PWD/PreWindowInitializer.cpp \
|
||
|
$$PWD/SignalProcessor.cpp \
|
||
|
$$PWD/FlowAPPSettings.cpp \
|
||
|
$$PWD/WorkBenchHandler.cpp \
|
||
|
$$PWD/SystemChecker.cpp \
|
||
|
|
||
|
FORMS += \
|
||
|
# $$PWD/PluginManageDialog.ui \
|
||
|
|
||
|
|
||
|
#RESOURCES += ../qrc/qianfan.qrc
|
||
|
|
||
|
#RC_FILE += ../qrc/qianfan.rc
|
||
|
RC_ICONS = icon.ico
|