summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qdbuscpp2xml
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2019-09-09 09:08:43 +0300
committerVille Voutilainen <ville.voutilainen@qt.io>2019-09-09 10:45:21 +0000
commit1b1248d7cd2c5dc690afc356df29d41fde2ff117 (patch)
tree5a97850d3c57f54cd1355bed7d37ca476f62c716 /tests/auto/tools/qdbuscpp2xml
parentbf899ba53b0407f5ef88bddb15115d4f8f03c345 (diff)
cmake: Enable building more of the tools tests
This is incomplete. moc has compilation problems, some advanced parts of qmake tests are not supported by the converter. Change-Id: Ic389ddfa10a7558f21cf7ba9ead8e58157c760da Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/tools/qdbuscpp2xml')
-rw-r--r--tests/auto/tools/qdbuscpp2xml/CMakeLists.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/auto/tools/qdbuscpp2xml/CMakeLists.txt b/tests/auto/tools/qdbuscpp2xml/CMakeLists.txt
new file mode 100644
index 0000000000..85483ec9dd
--- /dev/null
+++ b/tests/auto/tools/qdbuscpp2xml/CMakeLists.txt
@@ -0,0 +1,27 @@
+# Generated from qdbuscpp2xml.pro.
+
+#####################################################################
+## tst_qdbuscpp2xml Test:
+#####################################################################
+
+add_qt_test(tst_qdbuscpp2xml
+ GUI
+ SOURCES
+ test1.h
+ tst_qdbuscpp2xml.cpp
+ PUBLIC_LIBRARIES
+ Qt::DBus
+)
+
+# Resources:
+set(qdbuscpp2xml_resource_files
+ "test1.h"
+)
+
+add_qt_resource(tst_qdbuscpp2xml "qdbuscpp2xml"
+ PREFIX
+ "/tst_qdbuscpp2xml/"
+ FILES
+ ${qdbuscpp2xml_resource_files}
+)
+