aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlfile')
-rw-r--r--tests/auto/qml/qqmlfile/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlfile/CMakeLists.txt b/tests/auto/qml/qqmlfile/CMakeLists.txt
index 9105c96306..387e7029dc 100644
--- a/tests/auto/qml/qqmlfile/CMakeLists.txt
+++ b/tests/auto/qml/qqmlfile/CMakeLists.txt
@@ -5,9 +5,11 @@
#####################################################################
add_qt_test(tst_qqmlfile
+ GUI
SOURCES
tst_qqmlfile.cpp
PUBLIC_LIBRARIES
+ Qt::Gui
Qt::Qml
)