Don't bypass the form stuff for iOS for now

This commit is contained in:
Tor Lillqvist 2012-03-04 16:04:19 +02:00
parent 061ac420bc
commit 8f5790787c

View file

@ -203,7 +203,7 @@ $(eval $(call gb_Library_add_exception_objects,svx,\
svx/source/unogallery/unogalthemeprovider \ svx/source/unogallery/unogalthemeprovider \
)) ))
ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE))) ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE))$(filter IOS,$(OS)))
$(eval $(call gb_Library_add_exception_objects,svx,\ $(eval $(call gb_Library_add_exception_objects,svx,\
svx/source/fmcomp/dbaobjectex \ svx/source/fmcomp/dbaobjectex \
svx/source/form/databaselocationinput \ svx/source/form/databaselocationinput \