aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bineditor/bineditor.pro
blob: 71a65fd19a1a465ee144b27d7ad53e34f8c964a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = lib
TARGET = BinEditor
include(../../qtcreatorplugin.pri)
include(bineditor_dependencies.pri)

HEADERS += bineditorplugin.h \
        bineditor.h \
        bineditorconstants.h \
        markup.h

SOURCES += bineditorplugin.cpp \
        bineditor.cpp

RESOURCES +=