You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
609 B
33 lines
609 B
EXTRA_DIST = \
|
|
test-widgets.glade
|
|
|
|
noinst_PROGRAMS = \
|
|
test-widgets \
|
|
test-painter
|
|
|
|
test_widgets_CFLAGS = \
|
|
-I$(top_srcdir) \
|
|
$(TDEGTK_CFLAGS)
|
|
|
|
test_widgets_LDADD = \
|
|
$(TDEGTK_LIBADD)
|
|
|
|
test_widgets_LDFLAGS = \
|
|
$(TDEGTK_LDFLAGS)
|
|
|
|
test_painter_SOURCES = test-painter.cpp
|
|
|
|
test_painter_CXXFLAGS = \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/tdegtk \
|
|
-I/usr/include/tqt -I/usr/include/tqt3 \
|
|
$(TDEGTK_CFLAGS)
|
|
|
|
test_painter_LDADD = \
|
|
$(TDEGTK_LIBADD) ../tdegtk/libtqtcairo.la -ltqt -ltqt-mt
|
|
|
|
test_painter_LDFLAGS = \
|
|
$(TDEGTK_LDFLAGS)
|
|
|
|
# FIXME(Cimi): Figure out what tests must be compiled and add them here.
|