From dbc3d8bd790fa41839c8a673109b61ec624bbfb8 2012-08-01 11:20:21 From: Michal Klocek Date: 2012-08-01 11:20:21 Subject: [PATCH] Revert "OSX: qmake 'unix' keyword is set (in addition to mac) on OSX" This reverts commit b3818f5b5c7bd312e18e8785518358b4285215e5. --- diff --git a/features/qtcommercialchart.prf b/features/qtcommercialchart.prf index 0592c18..69b496c 100644 --- a/features/qtcommercialchart.prf +++ b/features/qtcommercialchart.prf @@ -1,17 +1,19 @@ INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart -CONFIG(debug, debug|release) { +CONFIG(debug, debug|release){ - mac: { + mac:{ LIBS += -lQtCommercialChart_debug - } else { - win32: { - LIBS += -lQtCommercialChartd - } else { - LIBS += -lQtCommercialChart - } + } + + win32:{ + LIBS += -lQtCommercialChartd + } + + unix:{ + LIBS += -lQtCommercialChart } } else { - LIBS +=-lQtCommercialChartd + LIBS +=-lQtCommercialChart }