summaryrefslogtreecommitdiffstats
path: root/examples/gui/rasterwindow/CMakeLists.txt
blob: 13caffe5bb1ed7299aee2944a504272bb0183e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated from rasterwindow.pro.

#####################################################################
## None Binary:
#####################################################################

set(sources main.cpp
    rasterwindow.cpp rasterwindow.h)
add_executable(rasterwindow
        ${sources}
)
qt_internal_automoc(rasterwindow ${sources})
target_include_directories(rasterwindow
    PRIVATE
    "${CMAKE_CURRENT_SOURCE_DIR}"
    "${CMAKE_CURRENT_BINARY_DIR}"
    )
target_link_libraries(rasterwindow PRIVATE Qt::Core Qt::Test Qt::Gui)