diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-02-19 12:21:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-02-19 12:21:37 +0900 |
commit | eeae48962f1369332082f6f6f75baae625ce1898 (patch) | |
tree | fbebd51ad389890370d7c8defe5fdb49be33f38d /tests | |
parent | fe44e22fb9f91ac044c0a71a655ddca25f2b09d1 (diff) | |
download | gtk3-tqt-engine-eeae48962f1369332082f6f6f75baae625ce1898.tar.gz gtk3-tqt-engine-eeae48962f1369332082f6f6f75baae625ce1898.zip |
Drop autotools support.r14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am deleted file mode 100644 index 5dccd1b..0000000 --- a/tests/Makefile.am +++ /dev/null @@ -1,39 +0,0 @@ -INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde - -EXTRA_DIST = \ - test-widgets.glade - -noinst_PROGRAMS = \ - test-widgets \ - test-painter - -test_widgets_CFLAGS = \ - -I$(top_srcdir) \ - $(KDE_CFLAGS) \ - $(CAIRO_CFLAGS) \ - $(GTK3_CFLAGS) - -test_widgets_LDADD = \ - $(KDE_LIBADD) - -test_widgets_LDFLAGS = \ - $(KDE_LDFLAGS) \ - $(CAIRO_LIBS) \ - $(GTK3_LIBS) - -test_painter_SOURCES = test-painter.cpp - -test_painter_CXXFLAGS = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/tdegtk \ - $(KDE_CFLAGS) \ - $(CAIRO_CFLAGS) \ - $(GTK3_CFLAGS) - -test_painter_LDADD = \ - $(KDE_LIBADD) ../tdegtk/libtqtcairo.la $(all_libraries) $(CAIRO_LIBS) $(GTK3_LIBS) $(LIB_TQT) $(LIB_TDEUI) - -test_painter_LDFLAGS = \ - $(KDE_LDFLAGS) \ - $(CAIRO_LIBS) \ - $(GTK3_LIBS) |