File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ bin_PROGRAMS = testqgsapplication
17
17
testqgsapplication_MOC = testqgsapplication.moc.cpp
18
18
testqgsapplication_SOURCES = testqgsapplication.cpp
19
19
20
- testqgsapplication_LDADD = $(QT_LDADD ) $(PG_LIB ) $(GDAL_LDADD ) -lproj ../../../src/core/libqgis_core.la ../../../src/gui/libqgis_gui.la -lQtTest
20
+ testqgsapplication_LDADD = $(QT_LDADD ) $(PG_LIB ) $(GDAL_LDADD ) -lproj ../../../src/core/libqgis_core.la ../../../src/gui/libqgis_gui.la
21
21
testqgsapplication_CXXFLAGS = $(CXXFLAGS ) $(EXTRA_CXXFLAGS ) $(GDAL_CFLAGS ) $(QT_CXXFLAGS ) $(PG_INC ) -I../../../src/core
22
22
23
23
BUILT_SOURCES = $(testqgsapplication_MOC )
Original file line number Diff line number Diff line change 1
- #include < QtTest/QtTest >
1
+ #include < QtTest>
2
2
#include < qgsapplication.h>
3
3
#include " testqgsapplication.h"
4
4
#include < QObject>
You can’t perform that action at this time.
0 commit comments