File: shapes.pro

package info (click to toggle)
qtdeclarative-opensource-src-gles 5.15.17%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 258,992 kB
  • sloc: javascript: 512,415; cpp: 497,385; xml: 8,892; python: 3,304; ansic: 2,764; sh: 206; makefile: 46; php: 27
file content (31 lines) | stat: -rw-r--r-- 991 bytes parent folder | download | duplicates (8)
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
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp
RESOURCES += shapes.qrc
OTHER_FILES += content/main.qml \
               content/shapegallery.qml \
               content/interactive.qml \
               content/sampling.qml \
               content/clippedtigers.qml \
               content/tiger.qml \
               content/tapableTriangle.qml \
               content/item2.qml \
               content/item3.qml \
               content/item4.qml \
               content/item5.qml \
               content/item6.qml \
               content/item7.qml \
               content/item8.qml \
               content/item9.qml \
               content/item10.qml \
               content/item11.qml \
               content/item12.qml \
               content/item13.qml \
               content/item14.qml \
               content/item15.qml \
               content/item17.qml \
               content/item18.qml

target.path = $$[QT_INSTALL_EXAMPLES]/quick/shapes
INSTALLS += target