summaryrefslogtreecommitdiffstats
path: root/tests/auto/parser/parser.pro
blob: 10deb2d3ba5de0da29c736542871a88162054182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT = core gui qml testlib scxml
CONFIG += testcase

TARGET = tst_parser
CONFIG += console
CONFIG -= app_bundle

TEMPLATE = app

RESOURCES += tst_parser.qrc

SOURCES += \
    tst_parser.cpp

load(qscxmlc)