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-info/lumina-info.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'lumina-info') diff --git a/lumina-info/lumina-info.pro b/lumina-info/lumina-info.pro index fcdfecee..f5ea1058 100644 --- a/lumina-info/lumina-info.pro +++ b/lumina-info/lumina-info.pro @@ -1,5 +1,6 @@ QT += core gui widgets network +CONFIG += debug_and_release TARGET = lumina-info isEmpty(PREFIX) { -- cgit