From 10a5bea93b97905ad5d9478665ec5ede35300beb Mon Sep 17 00:00:00 2001 From: gsherman Date: Fri, 7 Apr 2006 23:51:07 +0000 Subject: [PATCH] Removed -lQtTest from Makefile.am (configure adds it to QT_LDADD). Changed include of QtTest in testqgsapplication.cpp to proper form. git-svn-id: http://svn.osgeo.org/qgis/trunk@5214 c8812cc2-4d05-0410-92ff-de0c093fc19c --- tests/src/core/Makefile.am | 2 +- tests/src/core/testqgsapplication.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/src/core/Makefile.am b/tests/src/core/Makefile.am index 39ecd06462d..4c60ebe37e9 100644 --- a/tests/src/core/Makefile.am +++ b/tests/src/core/Makefile.am @@ -17,7 +17,7 @@ bin_PROGRAMS = testqgsapplication testqgsapplication_MOC = testqgsapplication.moc.cpp testqgsapplication_SOURCES = testqgsapplication.cpp -testqgsapplication_LDADD = $(QT_LDADD) $(PG_LIB) $(GDAL_LDADD) -lproj ../../../src/core/libqgis_core.la ../../../src/gui/libqgis_gui.la -lQtTest +testqgsapplication_LDADD = $(QT_LDADD) $(PG_LIB) $(GDAL_LDADD) -lproj ../../../src/core/libqgis_core.la ../../../src/gui/libqgis_gui.la testqgsapplication_CXXFLAGS = $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(GDAL_CFLAGS) $(QT_CXXFLAGS) $(PG_INC) -I../../../src/core BUILT_SOURCES = $(testqgsapplication_MOC) diff --git a/tests/src/core/testqgsapplication.cpp b/tests/src/core/testqgsapplication.cpp index f82c384deb5..cda9471225f 100644 --- a/tests/src/core/testqgsapplication.cpp +++ b/tests/src/core/testqgsapplication.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include "testqgsapplication.h" #include