summaryrefslogtreecommitdiff
path: root/examples/quick/controls/gallery/gallery.pro
blob: 4c45612f030a1033b17ad002a7d529b9b4aa32c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
QT += qml quick
TARGET = gallery
!android: !ios: !blackberry: !qnx: qtHaveModule(widgets): QT += widgets

include(src/src.pri)
include(../shared/shared.pri)

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

RESOURCES += \
    resources.qrc