summaryrefslogtreecommitdiff
path: root/src/plugins/resourceeditor/resourceeditor.pro
blob: 8d55df33f25fb3d0ed503a09c1284fff52773975 (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
25
26
TEMPLATE = lib
TARGET = ResourceEditor

qtAddLibrary(QtDesigner)

include(../../qtcreatorplugin.pri)
include(../../libs/utils/utils.pri)
include(../../plugins/coreplugin/coreplugin.pri)
include(../../shared/qrceditor/qrceditor.pri)

INCLUDEPATH += $$PWD/../../tools/utils

HEADERS += resourceeditorfactory.h \
resourceeditorplugin.h \
resourcewizard.h \
resourceeditorw.h \
resourceeditorconstants.h

SOURCES +=resourceeditorfactory.cpp \
resourceeditorplugin.cpp \
resourcewizard.cpp \
resourceeditorw.cpp

RESOURCES += resourceeditor.qrc

OTHER_FILES += ResourceEditor.pluginspec