aboutsummaryrefslogtreecommitdiff
path: root/lumina-wm-INCOMPLETE
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-09-30 12:50:14 -0400
committerKen Moore <moorekou@gmail.com>2015-09-30 12:50:14 -0400
commita8a78df82af9316ca583307714adabbde86728dc (patch)
tree609daf505f87a59a5cbd92cbe3b3a60d9b53231c /lumina-wm-INCOMPLETE
parentAnother fix for the overall project file and remove a (local/testing) file fr... (diff)
downloadlumina-a8a78df82af9316ca583307714adabbde86728dc.tar.gz
lumina-a8a78df82af9316ca583307714adabbde86728dc.tar.bz2
lumina-a8a78df82af9316ca583307714adabbde86728dc.zip
Revert the debug/release flag change to all the *.pro files. This causes issues when trying to install the debug version of apps. Instead, the makefiles should be generated with the command "qmake[-qt5] CONFIG+=debug". That will set the debug flag for the Makefile and allow the user to run make and "make install" normally (but with debugging enabled)
Diffstat (limited to 'lumina-wm-INCOMPLETE')
-rw-r--r--lumina-wm-INCOMPLETE/lumina-wm.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/lumina-wm-INCOMPLETE/lumina-wm.pro b/lumina-wm-INCOMPLETE/lumina-wm.pro
index f7370055..bba49cdc 100644
--- a/lumina-wm-INCOMPLETE/lumina-wm.pro
+++ b/lumina-wm-INCOMPLETE/lumina-wm.pro
@@ -1,7 +1,6 @@
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets x11extras
-CONFIG += debug_and_release
TARGET = lumina-wm
isEmpty(PREFIX) {
bgstack15