Skip to content

Commit

Permalink
[systemsettings] Add missing .pro
Browse files Browse the repository at this point in the history
  • Loading branch information
rburchell committed Aug 20, 2013
1 parent 5f4dbe0 commit 0209b1e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/plugin/plugin.pro
@@ -0,0 +1,25 @@
TARGET = nemosystemsettings
PLUGIN_IMPORT_PATH = org/nemomobile/systemsettings

TEMPLATE = lib
CONFIG += qt plugin hide_symbols link_pkgconfig
QT += qml
QT -= gui

PKGCONFIG += qmsystem2-qt5 profile

target.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH
INSTALLS += target

qmldir.files += $$_PRO_FILE_PWD_/qmldir
qmldir.path += $$[QT_INSTALL_QML]/$$$$PLUGIN_IMPORT_PATH
INSTALLS += qmldir

OTHER_FILES += \
qmldir

SOURCES += \
plugin.cpp

INCLUDEPATH += ..
LIBS += -L.. -lsystemsettings

0 comments on commit 0209b1e

Please sign in to comment.