aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-03-04 11:52:32 -0500
committerKen Moore <moorekou@gmail.com>2016-03-04 11:52:32 -0500
commitbd29fc775f54ce78b0e99c84f6077997c976e565 (patch)
tree613ac040793fc7dbff0c8c0496ca290527eb69b0 /lumina-fm
parentMerge pull request #196 from Nanolx/master (diff)
downloadlumina-bd29fc775f54ce78b0e99c84f6077997c976e565.tar.gz
lumina-bd29fc775f54ce78b0e99c84f6077997c976e565.tar.bz2
lumina-bd29fc775f54ce78b0e99c84f6077997c976e565.zip
Cleanup all the DESTDIR usage within the project files. Now this can be easily used for automated package builders (for a temporary working directory).
Diffstat (limited to 'lumina-fm')
-rw-r--r--lumina-fm/lumina-fm.pro2
1 files changed, 1 insertions, 1 deletions
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
bgstack15