summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/puzzle/CMakeLists.txt
blob: a105278418e196901ba42190682fa5e9fbb2a9bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated from puzzle.pro.

#####################################################################
## puzzle Binary:
#####################################################################

add_qt_executable(puzzle_itemview # special case
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/itemviews/puzzle"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/itemviews/puzzle"
    SOURCES
        main.cpp
        mainwindow.cpp mainwindow.h
        piecesmodel.cpp piecesmodel.h
        puzzlewidget.cpp puzzlewidget.h
    LIBRARIES
        Qt::Widgets
)

# Resources:
add_qt_resource(puzzle_itemview "puzzle" PREFIX "/images" FILES # special case
    example.jpg)