aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/imageviewer/imageviewer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageviewer/imageviewer.pro')
-rw-r--r--src/plugins/imageviewer/imageviewer.pro30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/plugins/imageviewer/imageviewer.pro b/src/plugins/imageviewer/imageviewer.pro
deleted file mode 100644
index cae9adf140c..00000000000
--- a/src/plugins/imageviewer/imageviewer.pro
+++ /dev/null
@@ -1,30 +0,0 @@
-include(../../qtcreatorplugin.pri)
-
-HEADERS += \
- exportdialog.h \
- imageviewerplugin.h \
- imageviewerfactory.h \
- imageviewerfile.h \
- imageviewer.h \
- imageview.h \
- imageviewerconstants.h \
- multiexportdialog.h
-
-SOURCES += \
- exportdialog.cpp \
- imageviewerplugin.cpp \
- imageviewerfactory.cpp \
- imageviewerfile.cpp \
- imageviewer.cpp \
- imageview.cpp \
- multiexportdialog.cpp
-
-!isEmpty(QT.svg.name) {
- QT += svg
- greaterThan(QT_MAJOR_VERSION, 5) : QT += svgwidgets
-} else {
- DEFINES += QT_NO_SVG
-}
-
-FORMS += \
- imageviewertoolbar.ui