Skip to content

Commit

Permalink
Removed -lQtTest from Makefile.am (configure adds it to QT_LDADD).
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gsherman committed Apr 7, 2006
1 parent acf4803 commit 10a5bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/src/core/Makefile.am
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgsapplication.cpp
@@ -1,4 +1,4 @@
#include <QtTest/QtTest>
#include <QtTest>
#include <qgsapplication.h>
#include "testqgsapplication.h"
#include <QObject>
Expand Down

0 comments on commit 10a5bea

Please sign in to comment.