From 2f6b581df7eb60606818aa1080482144ed54f2f9 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 30 Sep 2015 11:24:26 -0400 Subject: 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. --- libLumina/libLumina.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'libLumina') diff --git a/libLumina/libLumina.pro b/libLumina/libLumina.pro index ddd26056..4510464a 100644 --- a/libLumina/libLumina.pro +++ b/libLumina/libLumina.pro @@ -1,6 +1,7 @@ QT += core network greaterThan(QT_MAJOR_VERSION, 4): QT += widgets x11extras multimedia +CONFIG += debug_and_release TARGET=LuminaUtils -- cgit