diff options
author | Ken Moore <moorekou@gmail.com> | 2015-09-30 12:50:14 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-09-30 12:50:14 -0400 |
commit | a8a78df82af9316ca583307714adabbde86728dc (patch) | |
tree | 609daf505f87a59a5cbd92cbe3b3a60d9b53231c /lumina-xconfig/lumina-xconfig.pro | |
parent | Another fix for the overall project file and remove a (local/testing) file fr... (diff) | |
download | lumina-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-xconfig/lumina-xconfig.pro')
-rw-r--r-- | lumina-xconfig/lumina-xconfig.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lumina-xconfig/lumina-xconfig.pro b/lumina-xconfig/lumina-xconfig.pro index efa3e636..bc050966 100644 --- a/lumina-xconfig/lumina-xconfig.pro +++ b/lumina-xconfig/lumina-xconfig.pro @@ -13,7 +13,6 @@ isEmpty(LIBPREFIX) { } TEMPLATE = app -CONFIG += debug_and_release SOURCES += main.cpp \ mainUI.cpp |