blob: a3d818258843013604cc0c38cef57e02ac3c1f8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
include(../../qtcreatorplugin.pri)
HEADERS += \
exportdialog.h \
imageviewerplugin.h \
imageviewerfactory.h \
imageviewerfile.h \
imageviewer.h \
imageview.h \
imageviewerconstants.h
SOURCES += \
exportdialog.cpp \
imageviewerplugin.cpp \
imageviewerfactory.cpp \
imageviewerfile.cpp \
imageviewer.cpp \
imageview.cpp
!isEmpty(QT.svg.name): QT += svg
else: DEFINES += QT_NO_SVG
FORMS += \
imageviewertoolbar.ui
|