From ef99599d15b761d5c3aa8929efa9fdb1aed06883 Mon Sep 17 00:00:00 2001 From: Tero Ahola Date: Thu, 19 Jan 2012 14:07:14 +0200 Subject: Renamed to QtCommercialChart --- features/charts.prf | 10 ---------- features/qtcommercialchart.prf | 9 +++++++++ 2 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 features/charts.prf create mode 100644 features/qtcommercialchart.prf (limited to 'features') 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 +} -- cgit v1.2.3