aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bineditor/bineditor.pro
blob: 1603f77e08e576bc3bbcb6b469c5f20e897f3e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include(../../qtcreatorplugin.pri)

DEFINES += BINEDITOR_LIBRARY

HEADERS += bineditorplugin.h \
        bineditorservice.h \
        bineditorwidget.h \
        bineditorconstants.h \
        bineditor_global.h \
        markup.h

SOURCES += bineditorplugin.cpp \
        bineditorwidget.cpp \
        markup.cpp