From a8a78df82af9316ca583307714adabbde86728dc Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 30 Sep 2015 12:50:14 -0400 Subject: 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) --- lumina-open/lumina-open.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lumina-open/lumina-open.pro') diff --git a/lumina-open/lumina-open.pro b/lumina-open/lumina-open.pro index 8360d3a0..f7c409f2 100644 --- a/lumina-open/lumina-open.pro +++ b/lumina-open/lumina-open.pro @@ -1,7 +1,7 @@ QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets x11extras -CONFIG += debug_and_release + TARGET = lumina-open isEmpty(PREFIX) { -- cgit