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