Initial commit
This commit is contained in:
42
test-bench/test4/ide-qtcreator-test4-idf/test4-idf.pro
Normal file
42
test-bench/test4/ide-qtcreator-test4-idf/test4-idf.pro
Normal file
@ -0,0 +1,42 @@
|
||||
QT += core
|
||||
QT -= gui
|
||||
|
||||
TARGET = test4
|
||||
TEMPLATE = app
|
||||
CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
CONFIG += c++11
|
||||
|
||||
DEFINES += TC_QTCREATOR
|
||||
DEFINES += TRACE_ENABLE_TIMESTAMP
|
||||
XF_PATH = ../../../src/simplified/xf
|
||||
|
||||
DEPENDPATH += . \
|
||||
|
||||
INCLUDEPATH += . \
|
||||
.. \
|
||||
../src \
|
||||
$${XF_PATH}/include \
|
||||
../../../src/mdw \
|
||||
../../../src/platform/qt
|
||||
|
||||
include(common.pri)
|
||||
include($${XF_PATH}/xf-core.pri)
|
||||
include($${XF_PATH}/port/common/xf-port-common.pri)
|
||||
include($${XF_PATH}/port/idf-qt/xf-port-idf-qt.pri)
|
||||
include(../../../src/platform/qt/platform-qt.pri)
|
||||
|
||||
SOURCES += \
|
||||
../src/main.cpp \
|
||||
../src/app/statemachine04a.cpp \
|
||||
../src/app/statemachine04b.cpp \
|
||||
../src/app/testfactory04.cpp \
|
||||
../src/events/evrestart.cpp
|
||||
|
||||
HEADERS += \
|
||||
../src/app/statemachine04a.h \
|
||||
../src/app/statemachine04b.h \
|
||||
../src/app/testfactory04.h \
|
||||
../src/events/eventids.h \
|
||||
../src/events/evrestart.h \
|
||||
config/xf-port-config.h
|
Reference in New Issue
Block a user