summaryrefslogtreecommitdiffstats
path: root/qtjp2imageformat/plugin/plugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qtjp2imageformat/plugin/plugin.pro')
-rw-r--r--qtjp2imageformat/plugin/plugin.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/qtjp2imageformat/plugin/plugin.pro b/qtjp2imageformat/plugin/plugin.pro
deleted file mode 100644
index 41fee13..0000000
--- a/qtjp2imageformat/plugin/plugin.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-# To build the plugin statically, uncomment the following line
-#CONFIG += static
-
-TEMPLATE = lib
-CONFIG += qt plugin
-win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release build_all
-TARGET = qtjp2
-VERSION = 2.3.0
-
-TARGET = $$qtLibraryTarget($$TARGET)
-DESTDIR = $$[QT_INSTALL_PLUGINS]/imageformats
-
-include(../src/qtjp2imageformat.pri)
-SOURCES += qtjp2imageformatplugin.cpp
-
-target.path += $$[QT_INSTALL_PLUGINS]/imageformats
-INSTALLS += target