summaryrefslogtreecommitdiffstats
path: root/src/qtdevicesettings/settingsui/settingsui.pro
blob: 026d911b578d4264ab86d16366782907371dfce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = app

QT += qml quick
SOURCES += main.cpp

RESOURCES += \
    qml.qrc \
    icons.qrc

# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =

# Default rules for deployment.
include(deployment.pri)

DISTFILES += \
    settingsview.xml