aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditor.pro
blob: d16f72884701223a681c272ef607645b01fe6c68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include(../../qtcreatorplugin.pri)
include(qrceditor/qrceditor.pri)

HEADERS += resourceeditorfactory.h \
resourceeditorplugin.h \
resourceeditorw.h \
resourceeditorconstants.h \
resource_global.h \
resourcenode.h

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

DEFINES += RESOURCE_LIBRARY