summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Doherty <andrew.odoherty@qt.io>2018-11-02 15:42:26 +0100
committerKarsten Heimrich <karsten.heimrich@qt.io>2018-11-05 12:18:58 +0000
commitd71ec256cffd9faa4f09e269753d30f8f6e46adc (patch)
treee4d55e29880999cb79c2ed63dfc678a5260aeb80
parenta4baa3c2e2a74e35a5e1dabb7c1cbbdfb6c48be9 (diff)
Fix CMake unit testsv5.12.0-beta4
Before failed with: ../qtknx/tests/auto/cmake/build/module_includes/main.cpp: In function int main(int, char**): ../qtknx/tests/auto/cmake/build/module_includes/main.cpp:10:10: error: expected primary-expression before localQKnx QKnx localQKnx; Change-Id: I8fc28676d06e592680d4d26835c4e33df28c25f9 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
-rw-r--r--tests/auto/cmake/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/cmake/CMakeLists.txt b/tests/auto/cmake/CMakeLists.txt
index fc4f6bb..04a0239 100644
--- a/tests/auto/cmake/CMakeLists.txt
+++ b/tests/auto/cmake/CMakeLists.txt
@@ -10,5 +10,5 @@ find_package(Qt5Core REQUIRED)
include("${_Qt5CTestMacros}")
test_module_includes(
- Knx QKnx
+ Knx QKnxNetIpTunnel
)