aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro
diff options
context:
space:
mode:
authorZackaryWelch <welch.zackary@gmail.com>2018-01-09 15:43:24 -0500
committerZackaryWelch <welch.zackary@gmail.com>2018-01-09 15:43:24 -0500
commit6f7d5cab5c01aa7ef9011a0a947511362cc1de13 (patch)
tree94f807d76aa6fa83f7b548589b41dec0b09ff6de /src-qt5/core/lumina-desktop-unified/lumina-desktop.pro
parentGet the QML reading the raw QImage data using the HTML data format (base64). (diff)
downloadlumina-6f7d5cab5c01aa7ef9011a0a947511362cc1de13.tar.gz
lumina-6f7d5cab5c01aa7ef9011a0a947511362cc1de13.tar.bz2
lumina-6f7d5cab5c01aa7ef9011a0a947511362cc1de13.zip
Completed resizing on the QML Window Frame, cosmetic improvements, and setting a minimum width/height
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/lumina-desktop.pro')
-rw-r--r--src-qt5/core/lumina-desktop-unified/lumina-desktop.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro b/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro
index 07781770..f28b96c2 100644
--- a/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro
+++ b/src-qt5/core/lumina-desktop-unified/lumina-desktop.pro
@@ -10,7 +10,7 @@ lessThan(QT_MINOR_VERSION, 7){
}
QT *= core gui network widgets x11extras multimedia multimediawidgets concurrent svg quick qml
-
+CONFIG += c++11
TARGET = lumina-desktop-unified
target.path = $${L_BINDIR}
bgstack15