summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/diagramscene/CMakeLists.txt
blob: fb3ff6c712e90fa22433dcfe87e4d6a92ace09bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Generated from diagramscene.pro.

#####################################################################
## diagramscene Binary:
#####################################################################

add_qt_executable(diagramscene
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/graphicsview/diagramscene"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/graphicsview/diagramscene"
    SOURCES
        arrow.cpp arrow.h
        diagramitem.cpp diagramitem.h
        diagramscene.cpp diagramscene.h
        diagramtextitem.cpp diagramtextitem.h
        main.cpp
        mainwindow.cpp mainwindow.h
    LIBRARIES
        Qt::Widgets
)

# Resources:
add_qt_resource(diagramscene "diagramscene" FILES
    images/background1.png
    images/background2.png
    images/background3.png
    images/background4.png
    images/bold.png
    images/bringtofront.png
    images/delete.png
    images/floodfill.png
    images/italic.png
    images/linecolor.png
    images/linepointer.png
    images/pointer.png
    images/sendtoback.png
    images/textpointer.png
    images/underline.png)