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-config/lumina-config.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lumina-config/lumina-config.pro') diff --git a/lumina-config/lumina-config.pro b/lumina-config/lumina-config.pro index e278cab9..df0d6417 100644 --- a/lumina-config/lumina-config.pro +++ b/lumina-config/lumina-config.pro @@ -1,7 +1,7 @@ QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets x11extras network -CONFIG += debug_and_release + TARGET = lumina-config isEmpty(PREFIX) { -- cgit