Skip to content

Commit

Permalink
Merge branch 'jb36025' into 'master'
Browse files Browse the repository at this point in the history
[models] Don't link to QtGui unnecessarily. Contributes to JB#36025

See merge request mer-core/nemo-qml-plugin-models!11
  • Loading branch information
adenexter committed Dec 12, 2018
2 parents 979e5d1 + 8ac672a commit 0dd93ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/lib/lib.pro
Expand Up @@ -3,7 +3,9 @@ TARGET = nemomodels-qt5

CONFIG += create_pc create_prl link_pkgconfig

QT += qml
QT = \
core \
qml

PKGCONFIG += mlocale5

Expand Down
4 changes: 3 additions & 1 deletion src/plugin/plugin.pro
Expand Up @@ -3,7 +3,9 @@ PLUGIN_IMPORT_PATH = org/nemomobile/models

TEMPLATE = lib
CONFIG += plugin
QT += qml
QT = \
core \
qml

INCLUDEPATH += ../lib
LIBS += -L../lib -lnemomodels-qt5
Expand Down

0 comments on commit 0dd93ad

Please sign in to comment.