Skip to content

Commit

Permalink
Remove redundant header files for the MOC.
Browse files Browse the repository at this point in the history
  • Loading branch information
faluco authored and andrepuschmann committed Apr 30, 2020
1 parent 55fec27 commit 48a283c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ IF(Qt5_FOUND AND QWT_FOUND AND QWT_MAJOR_VERSION EQUAL 6)
QT5_WRAP_CPP(real realplot/RealWidget.h realplot/RealplotWrapper.h)
QT5_WRAP_CPP(scatter scatterplot/ScatterWidget.h scatterplot/ScatterplotWrapper.h)
QT5_WRAP_CPP(waterfall waterfallplot/WaterfallWidget.h waterfallplot/WaterfallplotWrapper.h)
QT5_WRAP_CPP(textedit textedit/TextEditWidget.h textedit/TextEditWrapper.h ../include/srsgui/plot/text_edit.h)
QT5_WRAP_CPP(keyvalue keyvalue/KeyValueWidget.h keyvalue/KeyValueWrapper.h ../include/srsgui/plot/key_value.h)
QT5_WRAP_CPP(textedit textedit/TextEditWidget.h textedit/TextEditWrapper.h)
QT5_WRAP_CPP(keyvalue keyvalue/KeyValueWidget.h keyvalue/KeyValueWrapper.h)

INCLUDE_DIRECTORIES(common complexplot realplot scatterplot waterfallplot textedit keyvalue ${Boost_INCLUDE_DIRS})

Expand Down

0 comments on commit 48a283c

Please sign in to comment.