aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols2/cmake/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quickcontrols2/cmake/CMakeLists.txt')
-rw-r--r--tests/auto/quickcontrols2/cmake/CMakeLists.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/quickcontrols2/cmake/CMakeLists.txt b/tests/auto/quickcontrols2/cmake/CMakeLists.txt
deleted file mode 100644
index 0c6723dc..00000000
--- a/tests/auto/quickcontrols2/cmake/CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-cmake_minimum_required(VERSION 2.8)
-
-project(qmake_cmake_files)
-
-enable_testing()
-
-find_package(Qt5Core REQUIRED)
-
-include("${_Qt5CTestMacros}")
-
-test_module_includes(
- QuickControls2 QQuickStyle
-)