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
|
-L$$top_builddir/libnymea-common/debug
|
||||||
win32:Release:LIBS += -L$$top_builddir/libmea-core/release \
|
win32:Release:LIBS += -L$$top_builddir/libmea-core/release \
|
||||||
-L$$top_builddir/libnymea-common/release
|
-L$$top_builddir/libnymea-common/release
|
||||||
|
linux:!android:LIBS += -lavahi-client -lavahi-common
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
stylecontroller.h
|
stylecontroller.h
|
||||||
|
|||||||
@ -6,12 +6,5 @@ Page {
|
|||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: Material.background
|
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 {
|
background: Rectangle {
|
||||||
color: Material.background
|
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