blob: 67977e21a274c2e7b9ee1da1e0df7b0760880db2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
TEMPLATE = app
QT += widgets qml quick
CONFIG += link_pkgconfig
PKGCONFIG += qdeclarative5-boostable
SOURCES += main.cpp
RESOURCES += resources.qrc
OTHER_FILES += main.qml
TARGET = asteroid-stopwatch
target.path = /usr/bin/
desktop.files = asteroid-stopwatch.desktop
desktop.path = /usr/share/applications
INSTALLS += target desktop
|