summaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/heimdall-frontend.pro
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2012-10-01 04:43:05 +0200
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2012-10-01 17:41:25 +0200
commit6cd6b35c737e0e4042a8fd79af1decc9f10ed84b (patch)
tree89625119662474ef30c84f410c056343d412121b /heimdall-frontend/heimdall-frontend.pro
parentUpdated version to 1.3.2 and copyright notices to 2012. (diff)
downloadHeimdall-6cd6b35c737e0e4042a8fd79af1decc9f10ed84b.tar
Heimdall-6cd6b35c737e0e4042a8fd79af1decc9f10ed84b.tar.gz
Heimdall-6cd6b35c737e0e4042a8fd79af1decc9f10ed84b.tar.bz2
Heimdall-6cd6b35c737e0e4042a8fd79af1decc9f10ed84b.tar.lz
Heimdall-6cd6b35c737e0e4042a8fd79af1decc9f10ed84b.tar.xz
Heimdall-6cd6b35c737e0e4042a8fd79af1decc9f10ed84b.tar.zst
Heimdall-6cd6b35c737e0e4042a8fd79af1decc9f10ed84b.zip
Diffstat (limited to 'heimdall-frontend/heimdall-frontend.pro')
-rw-r--r--heimdall-frontend/heimdall-frontend.pro16
1 files changed, 8 insertions, 8 deletions
diff --git a/heimdall-frontend/heimdall-frontend.pro b/heimdall-frontend/heimdall-frontend.pro
index faceed2..84093cc 100644
--- a/heimdall-frontend/heimdall-frontend.pro
+++ b/heimdall-frontend/heimdall-frontend.pro
@@ -17,34 +17,34 @@ macx {
config += x86 x86_64 ppc
- isEqual(OUTPUTDIR, "") {
+ isEmpty(OUTPUTDIR) {
DESTDIR = /Applications
} else {
- DESTDIR = $$OUTPUTDIR
+ DESTDIR = $$(OUTPUTDIR)
}
} else {
- win32 { # It's recommended that Windows users compile via VS2010, but just in case...
+ win32 { # It is recommended that Windows users compile via VS2010, but just in case...
DESTDIR = ../Win32
- !isEqual(OUTPUTDIR, "") {
- target.path = $$OUTPUTDIR
+ !isEmpty(OUTPUTDIR) {
+ target.path = $$(OUTPUTDIR)
INSTALLS += target
}
} else {
DESTDIR = ../Linux
- isEqual(OUTPUTDIR, "") {
+ isEmpty(OUTPUTDIR) {
target.path = /usr/local/bin
} else {
- target.path = $$OUTPUTDIR
+ target.path = $$(OUTPUTDIR)
}
INSTALLS += target
}
}
-unix:LIBS += -lz ../libpit/libpit-1.3.a
+unix:LIBS += -lz ../libpit/libpit-1.4.a
win32:LIBS += ../Win32/Release/lib/libpit.lib
QT += core gui xml