summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/default_pre.prf
diff options
context:
space:
mode:
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