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