File: chapter1.pro

package info (click to toggle)
qt6-declarative 6.10.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 318,464 kB
  • sloc: cpp: 809,226; javascript: 514,439; xml: 10,981; python: 2,806; ansic: 2,253; java: 964; sh: 285; makefile: 51; php: 27
file content (15 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app

QT += qml quick

SOURCES += main.cpp

resources.files = \
    Main.qml \
    qmldir
resources.prefix = qt/qml/chattutorial/
RESOURCES += resources \
    qtquickcontrols2.conf

target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/chattutorial/chapter1
INSTALLS += target