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-fileinfo/lumina-fileinfo.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lumina-fileinfo/lumina-fileinfo.pro') diff --git a/lumina-fileinfo/lumina-fileinfo.pro b/lumina-fileinfo/lumina-fileinfo.pro index ccfa4775..34e01717 100644 --- a/lumina-fileinfo/lumina-fileinfo.pro +++ b/lumina-fileinfo/lumina-fileinfo.pro @@ -1,6 +1,6 @@ QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets concurrent -CONFIG += debug_and_release + TARGET = lumina-fileinfo TEMPLATE = app -- cgit