summaryrefslogtreecommitdiffstats
path: root/features/qtcommercialchart.prf
diff options
context:
space:
mode:
Diffstat (limited to 'features/qtcommercialchart.prf')
-rw-r--r--features/qtcommercialchart.prf9
1 files changed, 0 insertions, 9 deletions
diff --git a/features/qtcommercialchart.prf b/features/qtcommercialchart.prf
deleted file mode 100644
index 87599367..00000000
--- a/features/qtcommercialchart.prf
+++ /dev/null
@@ -1,9 +0,0 @@
-INCLUDEPATH += $$[QT_INSTALL_HEADERS]/QtCommercialChart
-LIBRARY_NAME = QtCommercialChart
-ios:CONFIG(iphonesimulator, iphonesimulator|iphoneos):LIBRARY_NAME = $$join(LIBRARY_NAME,,,_iphonesimulator)
-CONFIG(debug, debug|release) {
- mac: LIBRARY_NAME = $$join(LIBRARY_NAME,,,_debug)
- win32: LIBRARY_NAME = $$join(LIBRARY_NAME,,,d)
-}
-
-LIBS += -l$$LIBRARY_NAME