summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Funk <kevin.funk@kdab.com>2018-08-16 10:22:10 +0200
committerKevin Funk <kevin.funk@kdab.com>2018-08-16 09:37:52 +0000
commitd84eeec72495847661fecc7d4b45ea1b068180b0 (patch)
tree40baa6a8ba1b86c951abd40d69e008e3decce214
parentc129d6650508063e438e80f4c755159ead413e28 (diff)
Fix CMake unit tests
Before failed with: .../qtmqtt/tests/auto/cmake/build/module_includes/main.cpp:4:16: fatal error: QMqtt: No such file or directory #include <QMqtt> ^~~~~~~ Task-number: QTBUG-68343 Change-Id: I1000f533b2b29558f3c2b0d23c64c2c621e641e5 Reviewed-by: Simon Hausmann <simon.hausmann@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 d89ee84..66ba7c1 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(
- Mqtt QMqtt
+ Mqtt QMqttClient
)