From 204176483c7bc2490663b51089e3a4bc813cc1f4 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 3 Sep 2012 13:11:16 +0200 Subject: adjust specs to the new target mode handling not strictly necessary, but nicer. QMAKE_PLATFORM (and thus CONFIG) now also contains the name of the OS, and its family (if applicable, e.g., bsd). this also adds more feature search paths. Change-Id: I3ab971e6e3b2b32cae53b95e4bc67a86688bc5cb Reviewed-by: Qt Doc Bot Reviewed-by: Joerg Bornemann --- mkspecs/win32-g++/qmake.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'mkspecs/win32-g++') diff --git a/mkspecs/win32-g++/qmake.conf b/mkspecs/win32-g++/qmake.conf index 5176f360ec..e507c7b1f4 100644 --- a/mkspecs/win32-g++/qmake.conf +++ b/mkspecs/win32-g++/qmake.conf @@ -10,6 +10,7 @@ load(device_config) MAKEFILE_GENERATOR = MINGW +QMAKE_PLATFORM = win32 TEMPLATE = app CONFIG += qt warn_on release link_prl debug_and_release debug_and_release_target precompile_header QT += core gui -- cgit v1.2.3