summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/wbmp/wbmp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageformats/wbmp/wbmp.pro')
-rw-r--r--src/plugins/imageformats/wbmp/wbmp.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/plugins/imageformats/wbmp/wbmp.pro b/src/plugins/imageformats/wbmp/wbmp.pro
new file mode 100644
index 0000000..9fe3040
--- /dev/null
+++ b/src/plugins/imageformats/wbmp/wbmp.pro
@@ -0,0 +1,12 @@
+TARGET = qwbmp
+load(qt_plugin)
+
+HEADERS += qwbmphandler.h
+SOURCES += qwbmphandler.cpp
+OTHER_FILES += wbmp.json
+
+SOURCES += main.cpp
+
+DESTDIR = $$QT.gui.plugins/imageformats
+target.path += $$[QT_INSTALL_PLUGINS]/imageformats
+INSTALLS += target