summaryrefslogtreecommitdiff
path: root/asteroid-stopwatch.pro
blob: a9730b0fde9b808ad35d56c70d8a319d22377a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
QT += 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