summaryrefslogtreecommitdiffstats
path: root/src/imports/localesettings/localesettings.pro
blob: 35656eaab57b9e658c008a78a6d9b0087a2ea3bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = lib
CONFIG += plugin
QT += qml localesettings

uri = QtDeviceUtilities.LocaleSettings

TARGET  = localesettingsplugin

SOURCES += plugin.cpp

pluginfiles.files += \
    qmldir \

installPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)

target.path = $$installPath
pluginfiles.path += $$installPath
INSTALLS += target pluginfiles