summaryrefslogtreecommitdiffstats
path: root/src/imports/displaysettings/displaysettings.pro
blob: 4c581f43c657d8f484d1405571b1c817fe4a2ffe (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 displaysettings

uri = com.theqtcompany.settings.display

TARGET  = qmldisplaysettingsplugin

SOURCES += plugin.cpp \

pluginfiles.files += \
    qmldir \

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

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