summaryrefslogtreecommitdiffstats
path: root/qmake/generators/win32/winmakefile.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-07-12 16:49:02 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-18 22:34:49 +0200
commita89bd2d2fbde9fb9b93eb09ee6f068ec2b5a74bf (patch)
tree81682a45c3d09b8e94451526451a3b6bcbe721b4 /qmake/generators/win32/winmakefile.h
parent2d04ea0f61daa239d5835e79bb81a1e7f629066d (diff)
remove QTDLL_POSTFIX stuff
the libinfix provides a way cleaner solution to that. i don't expect it to be still actually used anyway. Change-Id: I051522ec3abb3d92c529b5462b8514a706aa2ba1 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'qmake/generators/win32/winmakefile.h')
-rw-r--r--qmake/generators/win32/winmakefile.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/qmake/generators/win32/winmakefile.h b/qmake/generators/win32/winmakefile.h
index 9fd4f903da..c0ea52c4ee 100644
--- a/qmake/generators/win32/winmakefile.h
+++ b/qmake/generators/win32/winmakefile.h
@@ -46,14 +46,6 @@
QT_BEGIN_NAMESPACE
-// In the Qt evaluation and educational version, we have a postfix in the
-// library name (e.g. qtmteval301.dll). QTDLL_POSTFIX is used for this.
-// A script modifies these lines when building eval/edu version, so be careful
-// when changing them.
-#ifndef QTDLL_POSTFIX
-#define QTDLL_POSTFIX ""
-#endif
-
class Win32MakefileGenerator : public MakefileGenerator
{
public: