Merge pull request #16 from guh/fix-linux-build
fix build on desktop linux
This commit is contained in:
commit
3536204961
@ -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
|
||||
|
||||
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user