blob: d10ddc591be0a86443ea9a7b5acd419f57d6a1d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
include(../../qtcreatorplugin.pri)
include(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
|