File: workshop.pro

package info (click to toggle)
qtquickcontrols-opensource-src 5.7.1~20161021-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,052 kB
  • ctags: 1,792
  • sloc: cpp: 15,156; makefile: 27
file content (18 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (6)
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