Skip to content

Commit bc6c9c3

Browse files
author
sfeam
committed
fix recipe for building qt embed_example
1 parent b19c9d3 commit bc6c9c3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
* src/interpol.c: Dead code.
1313

14+
* src/Makefile.am: Fix recipe for building qt embed_example
15+
1416
2017-09-18 Ethan A Merritt <[email protected]>
1517

1618
* src/datafile.c (f_columnhead df_set_key_title) src/datafile.h

src/Makefile.am

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,13 @@ qtterminal/QtGnuplotEvent.cpp
178178
gnuplot_qt_LDADD = $(QT_LIBS)
179179

180180
# embed example (uncomment to build it)
181-
181+
#
182182
# bin_PROGRAMS += embed_example
183183
#
184-
# nodist_embed_example_SOURCES = moc_embed_example.cpp moc_QtGnuplotInstance.cpp \
185-
# moc_QtGnuplotWidget.cpp moc_QtGnuplotScene.cpp \
186-
# moc_QtGnuplotEvent.cpp qrc_QtGnuplotResource.cpp
184+
# nodist_embed_example_SOURCES = qtterminal/moc_embed_example.cpp \
185+
# qtterminal/moc_QtGnuplotInstance.cpp \
186+
# qtterminal/moc_QtGnuplotWidget.cpp qtterminal/moc_QtGnuplotScene.cpp \
187+
# qtterminal/moc_QtGnuplotEvent.cpp qtterminal/qrc_QtGnuplotResource.cpp
187188
#
188189
# embed_example_SOURCES = qtterminal/embed_example.cpp \
189190
# qtterminal/QtGnuplotWidget.cpp qtterminal/QtGnuplotEvent.cpp \

0 commit comments

Comments
 (0)