From 0d177053b9406e2fb21802d23f2b2cdc0f974377 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 12 Feb 2020 10:24:49 +0100 Subject: Regenerate projects one last time before merge Change-Id: Ia24cf56b79ca6dacd370a7e397024e9b663e0167 Reviewed-by: Liang Qi Reviewed-by: Simon Hausmann --- examples/opengl/hellowindow/CMakeLists.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'examples/opengl/hellowindow/CMakeLists.txt') diff --git a/examples/opengl/hellowindow/CMakeLists.txt b/examples/opengl/hellowindow/CMakeLists.txt index 95f627be9d..58bd3fc362 100644 --- a/examples/opengl/hellowindow/CMakeLists.txt +++ b/examples/opengl/hellowindow/CMakeLists.txt @@ -18,14 +18,11 @@ add_qt_gui_executable(hellowindow hellowindow.cpp hellowindow.h main.cpp ) -target_link_libraries(hellowindow PRIVATE - Qt::CorePrivate - Qt::GuiPrivate -) - target_link_libraries(hellowindow PUBLIC Qt::Core + Qt::CorePrivate Qt::Gui + Qt::GuiPrivate ) install(TARGETS hellowindow -- cgit v1.2.3