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:
Tobias Hunger
2015-04-29 12:00:13 +02:00
parent a71080c452
commit ad5c0261e5
2 changed files with 3 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ HEADERS += bineditorplugin.h \
markup.h markup.h
SOURCES += bineditorplugin.cpp \ SOURCES += bineditorplugin.cpp \
bineditor.cpp bineditor.cpp \
markup.cpp

View File

@@ -16,6 +16,7 @@ QtcPlugin {
"bineditorconstants.h", "bineditorconstants.h",
"bineditorplugin.cpp", "bineditorplugin.cpp",
"bineditorplugin.h", "bineditorplugin.h",
"markup.cpp",
"markup.h", "markup.h",
] ]
} }