summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscxmlc/qscxmlc.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qscxmlc/qscxmlc.pro')
-rw-r--r--tests/auto/qscxmlc/qscxmlc.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/auto/qscxmlc/qscxmlc.pro b/tests/auto/qscxmlc/qscxmlc.pro
new file mode 100644
index 0000000..285ed87
--- /dev/null
+++ b/tests/auto/qscxmlc/qscxmlc.pro
@@ -0,0 +1,24 @@
+QT = core testlib scxml-private
+CONFIG += testcase console c++11
+CONFIG -= app_bundle
+
+TARGET = tst_qscxmlc
+TEMPLATE = app
+
+RESOURCES += tst_qscxmlc.qrc
+
+SOURCES += \
+ $$PWD/tst_qscxmlc.cpp \
+ $$PWD/../../../tools/qscxmlc/generator.cpp \
+ $$PWD/../../../tools/qscxmlc/scxmlcppdumper.cpp
+
+HEADERS += \
+ $$PWD/../../../tools/qscxmlc/qscxmlc.cpp \ # yes, that's a header. We want to #define scxmlcmain main
+ $$PWD/../../../tools/qscxmlc/moc.h \
+ $$PWD/../../../tools/qscxmlc/generator.h \
+ $$PWD/../../../tools/qscxmlc/outputrevision.h \
+ $$PWD/../../../tools/qscxmlc/utils.h \
+ $$PWD/../../../tools/qscxmlc/scxmlcppdumper.h
+
+INCLUDEPATH += ../../../tools/qscxmlc/
+