From 4aef57e02c2caf980dcfb98064bf0a3cebc4f38d Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 3 Apr 2012 14:19:32 +0200 Subject: remove useless variable assignment Change-Id: I3552305473cd0150d83c1e2a3c9fb0c4097244cc Reviewed-by: Joerg Bornemann --- mkspecs/features/default_pre.prf | 3 --- 1 file changed, 3 deletions(-) (limited to 'mkspecs/features/default_pre.prf') 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 -- cgit v1.2.3