summaryrefslogtreecommitdiffstats
path: root/features
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@digia.com>2012-07-31 17:36:21 +0300
committerMichal Klocek <michal.klocek@digia.com>2012-07-31 17:36:21 +0300
commit351c12baedd54c15b65b361d45f52fde7a747e1e (patch)
tree8a8fffe41ff75d73b6e417e49e3c6b4d1954b85a /features
parent85a14a5f060fc7d34d1d9eca56b6d9eebf36b374 (diff)
minor. typo extra space in features/qtcommercialchart.prf
Diffstat (limited to 'features')
-rw-r--r--features/qtcommercialchart.prf18
1 files changed, 9 insertions, 9 deletions
diff --git a/features/qtcommercialchart.prf b/features/qtcommercialchart.prf
index 008385d0..5bc5746c 100644
--- a/features/qtcommercialchart.prf
+++ b/features/qtcommercialchart.prf
@@ -1,19 +1,19 @@
INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
-CONFIG(debug, debug|release) {
+CONFIG(debug, debug|release){
- mac: {
+ mac:{
LIBS += -lQtCommercialChart_debug
}
-
- win32: {
+
+ win32:{
LIBS += -lQtCommercialChartd
}
-
- linux: {
+
+ unix:{
LIBS += -lQtCommercialChart
}
-
-} else {
- LIBS += -lQtCommercialChart
+
+}els {
+ LIBS +=-lQtCommercialChart
}