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-fm/lumina-fm.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lumina-fm/lumina-fm.pro') diff --git a/lumina-fm/lumina-fm.pro b/lumina-fm/lumina-fm.pro index 56077612..6b722900 100644 --- a/lumina-fm/lumina-fm.pro +++ b/lumina-fm/lumina-fm.pro @@ -5,7 +5,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets multimedia multimediawidgets net TARGET = lumina-fm -target.path = $$DESTDIR$${L_BINDIR} +target.path = $${L_BINDIR} TEMPLATE = app -- cgit