summaryrefslogtreecommitdiff
path: root/tests/manual/workshop/workshop.pro
blob: c3abc14ce6cde1eb980f62df140955446f23cf1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
QT += qml quick
TARGET = workshop
!no_desktop: QT += widgets

include(src/src.pri)

INCLUDEPATH += ../../shared

OTHER_FILES += \
    main.qml \
    content/AboutDialog.qml \
    content/Controls.qml \
    content/ImageViewer.qml \
    content/ModelView.qml \
    content/Styles.qml

RESOURCES += \
    workshop.qrc