Skip to content

Commit

Permalink
[systemsettings] Fix missing declarative in build system(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
rburchell committed May 11, 2013
1 parent a0cd77b commit 1322126
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions rpm/nemo-qml-plugin-systemsettings.spec
Expand Up @@ -21,6 +21,7 @@ BuildRequires: pkgconfig(QtDeclarative)
BuildRequires: pkgconfig(qmsystem2)
BuildRequires: pkgconfig(profile)
BuildRequires: pkgconfig(QtSystemInfo)
BuildRequires: mce-headers

%description
%{summary}.
Expand Down
2 changes: 2 additions & 0 deletions rpm/nemo-qml-plugin-systemsettings.yaml
Expand Up @@ -16,6 +16,8 @@ PkgConfigBR:
- qmsystem2
- profile
- QtSystemInfo
PkgBR:
- mce-headers
Files:
- "%{_libdir}/qt4/imports/org/nemomobile/systemsettings/libnemosystemsettings.so"
- "%{_libdir}/qt4/imports/org/nemomobile/systemsettings/qmldir"
11 changes: 11 additions & 0 deletions src/src.pro
@@ -1,6 +1,17 @@
TARGET = nemosystemsettings
PLUGIN_IMPORT_PATH = org/nemomobile/systemsettings

TEMPLATE = lib
CONFIG += qt plugin hide_symbols
QT += declarative

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

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

QT += dbus
CONFIG += qmsystem2 mobility link_pkgconfig
PKGCONFIG += profile
Expand Down

0 comments on commit 1322126

Please sign in to comment.