summaryrefslogtreecommitdiffstats
path: root/tests/manual/testCpp/testCpp.pro
blob: 25c27b4a25ccb2c73793fd78b72d7a5b6d6913bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
option(host_build)

QT       += core qml scxml
QT       -= gui

TARGET = testCpp
CONFIG   += console c++11
CONFIG -= app_bundle

TEMPLATE = app

SOURCES += \
    testcpp.cpp

OTHER_FILES += genTestSxcml.py out.scxml
STATECHARTS = out.scxml

load(qt_tool)
load(qscxmlcpp)