aboutsummaryrefslogtreecommitdiff
path: root/lumina-fileinfo
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-09-30 11:24:26 -0400
committerKen Moore <moorekou@gmail.com>2015-09-30 11:24:26 -0400
commit2f6b581df7eb60606818aa1080482144ed54f2f9 (patch)
tree0ad7805bec2d109971ba25c2d5d8b8e3427c8728 /lumina-fileinfo
parentFix an issue with the runCmd() and getCmdOutput() functions in libLumina - en... (diff)
downloadlumina-2f6b581df7eb60606818aa1080482144ed54f2f9.tar.gz
lumina-2f6b581df7eb60606818aa1080482144ed54f2f9.tar.bz2
lumina-2f6b581df7eb60606818aa1080482144ed54f2f9.zip
Update all the project files to allow for "make debug" to create a binary with debugging symbols included. The standard "make" will be exactly the same.
Diffstat (limited to 'lumina-fileinfo')
-rw-r--r--lumina-fileinfo/lumina-fileinfo.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-fileinfo/lumina-fileinfo.pro b/lumina-fileinfo/lumina-fileinfo.pro
index a6f8fac0..ccfa4775 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
bgstack15