File: stocqt.pro

package info (click to toggle)
qtdoc-opensource-src 5.15.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,192 kB
  • sloc: cpp: 6,472; javascript: 794; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
TEMPLATE = app

QT += qml quick
SOURCES += main.cpp
RESOURCES += stocqt.qrc
OTHER_FILES += *.qml content/*.qml content/images/*.png

target.path = $$[QT_INSTALL_EXAMPLES]/demos/stocqt
INSTALLS += target