summaryrefslogtreecommitdiffstats
path: root/tests/auto/statemachine/statemachine.pro
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-02-17 18:57:17 +0200
committerJuha Vuolle <juha.vuolle@insta.fi>2021-02-22 16:13:10 +0200
commitde100325962a45a006e48af046b41cbab281e779 (patch)
treeb05acc711a35c6e41766e5abfae39683e7602581 /tests/auto/statemachine/statemachine.pro
parent02eef0718e76d06e072e3013ec6879cae37b8a56 (diff)
Remove qtcxml repo qmake build support (examples excepted)
Remove qmake support by removing *.pr? files, with some exceptions: - Keep qmake support for the examples - Keeps qscxmlc.prf to retain STATECHARTS support for .pro files Also remove: - "#special case" and "# Generated from" comments from cmake files - .prev_CMakeLists.txt files Note: configure.json files are still kept as they still used to generate the configure.cmake Pick-to: 6.1 Task-number: QTBUG-89828 Change-Id: Ie9c7e86d099bbdc535f52b9f3e841fcf3973ca36 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/statemachine/statemachine.pro')
-rw-r--r--tests/auto/statemachine/statemachine.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/statemachine/statemachine.pro b/tests/auto/statemachine/statemachine.pro
deleted file mode 100644
index 0e4de1a..0000000
--- a/tests/auto/statemachine/statemachine.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-QT = core gui qml testlib scxml-private
-CONFIG += testcase
-
-TARGET = tst_statemachine
-CONFIG += console
-CONFIG -= app_bundle
-
-TEMPLATE = app
-
-RESOURCES += tst_statemachine.qrc
-
-SOURCES += \
- tst_statemachine.cpp