Skip to content

Commit

Permalink
fix recipe for building qt embed_example
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeam committed Sep 21, 2017
1 parent b19c9d3 commit bc6c9c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

* src/interpol.c: Dead code.

* src/Makefile.am: Fix recipe for building qt embed_example

2017-09-18 Ethan A Merritt <[email protected]>

* src/datafile.c (f_columnhead df_set_key_title) src/datafile.h
Expand Down
9 changes: 5 additions & 4 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,13 @@ qtterminal/QtGnuplotEvent.cpp
gnuplot_qt_LDADD = $(QT_LIBS)

# embed example (uncomment to build it)

#
# bin_PROGRAMS += embed_example
#
# nodist_embed_example_SOURCES = moc_embed_example.cpp moc_QtGnuplotInstance.cpp \
# moc_QtGnuplotWidget.cpp moc_QtGnuplotScene.cpp \
# moc_QtGnuplotEvent.cpp qrc_QtGnuplotResource.cpp
# nodist_embed_example_SOURCES = qtterminal/moc_embed_example.cpp \
# qtterminal/moc_QtGnuplotInstance.cpp \
# qtterminal/moc_QtGnuplotWidget.cpp qtterminal/moc_QtGnuplotScene.cpp \
# qtterminal/moc_QtGnuplotEvent.cpp qtterminal/qrc_QtGnuplotResource.cpp
#
# embed_example_SOURCES = qtterminal/embed_example.cpp \
# qtterminal/QtGnuplotWidget.cpp qtterminal/QtGnuplotEvent.cpp \
Expand Down

0 comments on commit bc6c9c3

Please sign in to comment.