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/unsupported/vxworks-simpentium-dcc/qmake.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf') diff --git a/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf b/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf index 69146423cc..f33b8ee687 100644 --- a/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf +++ b/mkspecs/unsupported/vxworks-simpentium-dcc/qmake.conf @@ -3,9 +3,9 @@ # MAKEFILE_GENERATOR = UNIX -TARGET_PLATFORM = unix +QMAKE_PLATFORM = vxworks TEMPLATE = app -CONFIG += qt warn_on release incremental link_prl vxworks +CONFIG += qt warn_on release incremental link_prl QT += core gui network QMAKE_INCREMENTAL_STYLE = sublib -- cgit v1.2.3