Skip to content

Commit acf4803

Browse files
author
timlinux
committedApr 7, 2006
Enable build of tests
If you have problems compiling touch all the files in core and try again git-svn-id: http://svn.osgeo.org/qgis/trunk@5213 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b7dfdb4 commit acf4803

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎tests/src/Makefile.am‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
99
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1010

11-
SUBDIRS = #core
11+
SUBDIRS = core
1212

‎tests/src/core/Makefile.am‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bin_PROGRAMS = testqgsapplication
1717
testqgsapplication_MOC = testqgsapplication.moc.cpp
1818
testqgsapplication_SOURCES = testqgsapplication.cpp
1919

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 -lQtTest
2121
testqgsapplication_CXXFLAGS = $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(GDAL_CFLAGS) $(QT_CXXFLAGS) $(PG_INC) -I../../../src/core
2222

2323
BUILT_SOURCES = $(testqgsapplication_MOC)

0 commit comments

Comments
 (0)
Please sign in to comment.