summaryrefslogtreecommitdiffstats
path: root/features
diff options
context:
space:
mode:
authorTero Ahola <tero.ahola@digia.com>2012-01-19 14:07:14 +0200
committerTero Ahola <tero.ahola@digia.com>2012-01-19 14:07:14 +0200
commitef99599d15b761d5c3aa8929efa9fdb1aed06883 (patch)
tree8a54262f010ffb5bd5e1b1e6132cd09393a08a3b /features
parent1f6ecd9d10e9f81cbbea441353782391ac0b2550 (diff)
Renamed to QtCommercialChart
Diffstat (limited to 'features')
-rw-r--r--features/charts.prf10
-rw-r--r--features/qtcommercialchart.prf9
2 files changed, 9 insertions, 10 deletions
diff --git a/features/charts.prf b/features/charts.prf
deleted file mode 100644
index 97e957f4..00000000
--- a/features/charts.prf
+++ /dev/null
@@ -1,10 +0,0 @@
-message( "Configuring with qchart addon..." )
-
-INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QCharts
-
-CONFIG(debug, debug|release) {
- LIBS += -lQChartd
-} else {
- LIBS += -lQChart
-}
-
diff --git a/features/qtcommercialchart.prf b/features/qtcommercialchart.prf
new file mode 100644
index 00000000..d60608ec
--- /dev/null
+++ b/features/qtcommercialchart.prf
@@ -0,0 +1,9 @@
+message( "Configuring with QtCommercialChart addon..." )
+
+INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
+
+CONFIG(debug, debug|release) {
+ LIBS += -lQtCommercialChartd
+} else {
+ LIBS += -lQtCommercialChart
+}