aboutsummaryrefslogtreecommitdiff
path: root/asteroid-stopwatch.pro
blob: 4ad802b7708db5f9729471a4173fcf06b07d8074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE = app
QT += qml quick xml svg
QTPLUGIN += qsvg
TARGET = asteroid-stopwatch
target.path = /usr/bin/

qtHaveModule(widgets){
    QT += widgets
}

include(src/src.pri)

OTHER_FILES += main.qml

RESOURCES += \
    resources.qrc

INSTALLS += target

desktop.path = /usr/share/applications
desktop.files = asteroid-stopwatch.desktop
INSTALLS += desktop