summaryrefslogtreecommitdiffstats
path: root/startupscreen/startupscreen.pro
blob: a30dea22377d5f1919149e8bff5f9dc74e4ff3a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
QT += quick quickcontrols2

SOURCES += \
        settingsmanager.cpp \
        main.cpp \
        qtbuttonimageprovider.cpp

HEADERS += \
        settingsmanager.h \
        qtbuttonimageprovider.h

RESOURCES += qml.qrc

OTHER_FILES += \
        *.qml \
        imports/StartupScreen/* \
        imports/StartupScreen/designer/* \
        assets/* \
        fonts/*

QML_IMPORT_PATH = imports

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