From c9134d86d393e3acba278d886482b84d3e4bf722 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 2 May 2020 13:17:18 +0200 Subject: Add new PowerWidget for setting and showing control points of the powermap. --- test/uitests/Makefile.am | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'test/uitests/Makefile.am') diff --git a/test/uitests/Makefile.am b/test/uitests/Makefile.am index bd2c6d1..6a5894b 100644 --- a/test/uitests/Makefile.am +++ b/test/uitests/Makefile.am @@ -1,5 +1,5 @@ noinst_PROGRAMS = resizetest tabwidgettest framewidgettest \ - filebrowsertest benchmarktest + filebrowsertest benchmarktest powerwidgettest resizetest_LDADD = \ $(top_builddir)/plugingui/libdggui.la \ @@ -66,4 +66,15 @@ benchmarktest_SOURCES = \ benchmarktest_resource_data.cc \ $(top_srcdir)/hugin/hugin.c +powerwidgettest_LDADD = \ + $(top_builddir)/plugingui/libdggui.la \ + $(top_builddir)/src/libdg.la +powerwidgettest_CXXFLAGS = \ + -I$(top_srcdir)/plugingui \ + -I$(top_srcdir)/src \ + -I$(top_srcdir)/hugin +powerwidgettest_SOURCES = \ + powerwidgettest.cc \ + $(top_srcdir)/hugin/hugin.c + EXTRA_DIST = $(RES) -- cgit v1.2.3