From bd29fc775f54ce78b0e99c84f6077997c976e565 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 4 Mar 2016 11:52:32 -0500 Subject: Cleanup all the DESTDIR usage within the project files. Now this can be easily used for automated package builders (for a temporary working directory). --- lumina-screenshot/lumina-screenshot.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lumina-screenshot/lumina-screenshot.pro') diff --git a/lumina-screenshot/lumina-screenshot.pro b/lumina-screenshot/lumina-screenshot.pro index 56c2219b..fc9b38c7 100644 --- a/lumina-screenshot/lumina-screenshot.pro +++ b/lumina-screenshot/lumina-screenshot.pro @@ -5,7 +5,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets x11extras TARGET = lumina-screenshot -target.path = $$DESTDIR$${L_BINDIR} +target.path = $${L_BINDIR} TEMPLATE = app -- cgit