summaryrefslogtreecommitdiffstats
path: root/examples/widgets/touch/fingerpaint
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/touch/fingerpaint')
-rw-r--r--examples/widgets/touch/fingerpaint/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/widgets/touch/fingerpaint/CMakeLists.txt b/examples/widgets/touch/fingerpaint/CMakeLists.txt
index f2ed4be8df..d7f22940f3 100644
--- a/examples/widgets/touch/fingerpaint/CMakeLists.txt
+++ b/examples/widgets/touch/fingerpaint/CMakeLists.txt
@@ -8,7 +8,7 @@ set(CMAKE_AUTORCC ON)
set(CMAKE_AUTOUIC ON)
if(NOT DEFINED INSTALL_EXAMPLESDIR)
- set(INSTALL_EXAMPLESDIR "examples")
+ set(INSTALL_EXAMPLESDIR "examples")
endif()
set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/widgets/touch/fingerpaint")
@@ -23,10 +23,12 @@ qt_add_executable(fingerpaint
mainwindow.cpp mainwindow.h
scribblearea.cpp scribblearea.h
)
+
set_target_properties(fingerpaint PROPERTIES
WIN32_EXECUTABLE TRUE
MACOSX_BUNDLE TRUE
)
+
target_link_libraries(fingerpaint PUBLIC
Qt::Core
Qt::Gui