summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/default_pre.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-03 14:19:32 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-19 16:40:00 +0200
commit4aef57e02c2caf980dcfb98064bf0a3cebc4f38d (patch)
tree0afa7dc797ab7c599b47c31a0c8bf2bf7579a047 /mkspecs/features/default_pre.prf
parent926cf05f80120e649e377c79c69adc3f9f98d35c (diff)
remove useless variable assignment
Change-Id: I3552305473cd0150d83c1e2a3c9fb0c4097244cc Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'mkspecs/features/default_pre.prf')
-rw-r--r--mkspecs/features/default_pre.prf3
1 files changed, 0 insertions, 3 deletions
diff --git a/mkspecs/features/default_pre.prf b/mkspecs/features/default_pre.prf
index 0ee6ec1e5f..18d0d5f560 100644
--- a/mkspecs/features/default_pre.prf
+++ b/mkspecs/features/default_pre.prf
@@ -2,8 +2,6 @@ load(exclusive_builds)
CONFIG = lex yacc warn_on debug exceptions $$CONFIG
!build_pass:exists($$_PRO_FILE_PWD_/sync.profile) {
- PRO_BASENAME = $$basename(_PRO_FILE_)
-
# If the install directory is a build directory, we tell syncqt to do a -developer-build.
QTDIR = $$[QT_HOST_DATA]
exists($$QTDIR/.qmake.cache) {
@@ -24,7 +22,6 @@ CONFIG = lex yacc warn_on debug exceptions $$CONFIG
}
unset(QTFWD)
- unset(PRO_BASENAME)
}
# Populate the installdir which will be passed to qdoc in the default_post.prf