Merge pull request #16 from guh/fix-linux-build

fix build on desktop linux
This commit is contained in:
Michael Zanetti 2018-06-02 00:56:45 +02:00
commit 3536204961
3 changed files with 1 additions and 14 deletions

View File

@ -12,6 +12,7 @@ win32:Debug:LIBS += -L$$top_builddir/libmea-core/debug \
-L$$top_builddir/libnymea-common/debug
win32:Release:LIBS += -L$$top_builddir/libmea-core/release \
-L$$top_builddir/libnymea-common/release
linux:!android:LIBS += -lavahi-client -lavahi-common
HEADERS += \
stylecontroller.h

View File

@ -6,12 +6,5 @@ Page {
background: Rectangle {
color: Material.background
Image {
id: bg
source: "qrc:/guh-logo.svg"
anchors.fill: parent
fillMode: Image.PreserveAspectFit
opacity: .2
}
}
}

View File

@ -6,12 +6,5 @@ Page {
background: Rectangle {
color: Material.background
Image {
id: bg
source: "qrc:/guh-logo.svg"
anchors.fill: parent
fillMode: Image.PreserveAspectFit
opacity: .2
}
}
}