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.
23 lines
547 B
Plaintext
23 lines
547 B
Plaintext
HEADERS += \
|
|
#$$PWD/test1.hpp \
|
|
$$PWD/MainWindowGenerator.h \
|
|
$$PWD/ComponentFactory.h \
|
|
$$PWD/GlobalDataFactory.h \
|
|
$$PWD/CommandLineHandler.h \
|
|
$$PWD/WorkBenchHandler.h \
|
|
$$PWD/CFDPostAPPSettings.h \
|
|
$$PWD/PreWindowInitializer.h \
|
|
|
|
SOURCES += \
|
|
$$PWD/main.cpp \
|
|
$$PWD/MainWindowGenerator.cpp \
|
|
$$PWD/ComponentFactory.cpp \
|
|
$$PWD/GlobalDataFactory.cpp \
|
|
$$PWD/CommandLineHandler.cpp \
|
|
$$PWD/WorkBenchHandler.cpp \
|
|
$$PWD/CFDPostAPPSettings.cpp \
|
|
$$PWD/PreWindowInitializer.cpp \
|
|
|
|
FORMS += \
|
|
|
|
RC_ICONS = icon.ico |