summaryrefslogtreecommitdiffstats
path: root/tests/manual/cmake/pass3
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2011-12-03 23:00:12 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-06 11:57:11 +0100
commit4d98b83c170ac6fb90e3e23fa1480556d0505dfd (patch)
tree42ff7a86e6e8cd6b77c754f6dfe9e28d0fd51fc1 /tests/manual/cmake/pass3
parent3b3531285dee06aa70f0f22b7a68cfeb63aacd59 (diff)
Use plural form for CMake variables.
Change-Id: Idc0cd360e09046a5746c9f7366c7fd4b982058fe Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tests/manual/cmake/pass3')
-rw-r--r--tests/manual/cmake/pass3/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/cmake/pass3/CMakeLists.txt b/tests/manual/cmake/pass3/CMakeLists.txt
index cbc448baa1..8c39b4f4a3 100644
--- a/tests/manual/cmake/pass3/CMakeLists.txt
+++ b/tests/manual/cmake/pass3/CMakeLists.txt
@@ -15,4 +15,4 @@ qt5_wrap_cpp(moc_files mywidget.h)
qt5_wrap_ui(ui_files mywidget.ui)
add_executable(mywidget mywidget.cpp ${moc_files} ${ui_files})
-target_link_libraries(mywidget ${Qt5Core_LIBRARY} ${Qt5Gui_LIBRARY} ${Qt5Widgets_LIBRARY})
+target_link_libraries(mywidget ${Qt5Widgets_LIBRARIES})