Skip to content

Commit

Permalink
Fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Sep 10, 2019
1 parent ab7c041 commit 05fc6a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/src.pro
Expand Up @@ -2,11 +2,7 @@ TEMPLATE = lib
TARGET = filemanager

CONFIG += qt create_pc create_prl no_install_prl c++11
QT += qml dbus systeminfo
QT -= gui

CONFIG += link_pkgconfig
PKGCONFIG += mlite5
QT = qml core dbus

SOURCES += \
plugin/diskusage.cpp \
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/unit.pro
Expand Up @@ -2,7 +2,7 @@

PACKAGENAME = nemo-qml-plugin-filemanager

QT += testlib qml dbus systeminfo
QT += testlib qml dbus
QT -= gui

system(sed -e s/@PACKAGENAME@/$${PACKAGENAME}/g tests.xml.template > tests.xml)
Expand Down

0 comments on commit 05fc6a1

Please sign in to comment.