diff options
author | Ken Moore <moorekou@gmail.com> | 2015-07-31 11:12:47 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-07-31 11:12:47 -0400 |
commit | 1b78923c094b7914cef2b42039d1e9c9cc606dd2 (patch) | |
tree | 2b62043baf34b800508f0bfd39351335d0309c84 /lumina-search | |
parent | Oops, fix a typo in the LDesktop conversion to XCB (diff) | |
download | lumina-1b78923c094b7914cef2b42039d1e9c9cc606dd2.tar.gz lumina-1b78923c094b7914cef2b42039d1e9c9cc606dd2.tar.bz2 lumina-1b78923c094b7914cef2b42039d1e9c9cc606dd2.zip |
Add "DESTDIR" build option support to the Lumina project files (needed for Fedora packaging).
Also convert the last X11 usage in LPanel over to XCB
Diffstat (limited to 'lumina-search')
-rw-r--r-- | lumina-search/lumina-search.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-search/lumina-search.pro b/lumina-search/lumina-search.pro index 92c95a14..ff63864c 100644 --- a/lumina-search/lumina-search.pro +++ b/lumina-search/lumina-search.pro @@ -6,7 +6,7 @@ TARGET = lumina-search isEmpty(PREFIX) { PREFIX = /usr/local } -target.path = $$PREFIX/bin +target.path = $$DESTDIR$$PREFIX/bin isEmpty(LIBPREFIX) { LIBPREFIX = $$PREFIX/lib |