File: samegame.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 (8 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
TEMPLATE = app

QT += qml quick sql
SOURCES += main.cpp
RESOURCES += samegame.qrc

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