diff options
author | Ken Moore <moorekou@gmail.com> | 2016-03-04 11:52:32 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-03-04 11:52:32 -0500 |
commit | bd29fc775f54ce78b0e99c84f6077997c976e565 (patch) | |
tree | 613ac040793fc7dbff0c8c0496ca290527eb69b0 /lumina-config | |
parent | Merge pull request #196 from Nanolx/master (diff) | |
download | lumina-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-config')
-rw-r--r-- | lumina-config/lumina-config.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-config/lumina-config.pro b/lumina-config/lumina-config.pro index 04e15d7a..69abd51f 100644 --- a/lumina-config/lumina-config.pro +++ b/lumina-config/lumina-config.pro @@ -6,7 +6,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets x11extras network TARGET = lumina-config -target.path = $$DESTDIR$${L_BINDIR} +target.path = $${L_BINDIR} TEMPLATE = app |