summaryrefslogtreecommitdiff
path: root/asteroid-stopwatch.pro
blob: 46f5dbe452633c285437893bf132640776df964c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = asteroid-stopwatch
CONFIG += asteroidapp link_pkgconfig
PKGCONFIG += asteroidapp

SOURCES +=     main.cpp
RESOURCES +=   resources.qrc
OTHER_FILES += main.qml

lupdate_only{ SOURCES += i18n/asteroid-stopwatch.desktop.h }
TRANSLATIONS = $$files(i18n/$$TARGET.*.ts)

target.path = /usr/bin/
INSTALLS += target