summaryrefslogtreecommitdiffstats
path: root/tests/auto/parser/parser.pro
blob: 3a21a7159941d8bc52024a578630fc08b47ee197 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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