forked from qt-creator/qt-creator
BinEditor: Add markup.cpp to build system
The header file is part of the build, so should be the source file. Change-Id: Ifb577611a4560a6262df1326aa99ed3826bda492 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -6,4 +6,5 @@ HEADERS += bineditorplugin.h \
|
|||||||
markup.h
|
markup.h
|
||||||
|
|
||||||
SOURCES += bineditorplugin.cpp \
|
SOURCES += bineditorplugin.cpp \
|
||||||
bineditor.cpp
|
bineditor.cpp \
|
||||||
|
markup.cpp
|
||||||
|
@@ -16,6 +16,7 @@ QtcPlugin {
|
|||||||
"bineditorconstants.h",
|
"bineditorconstants.h",
|
||||||
"bineditorplugin.cpp",
|
"bineditorplugin.cpp",
|
||||||
"bineditorplugin.h",
|
"bineditorplugin.h",
|
||||||
|
"markup.cpp",
|
||||||
"markup.h",
|
"markup.h",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user