From dc9510f788212a6be063349461540e4bea690f51 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 04 Oct 2003 08:59:51 +0000 Subject: Allow Opie beeing build with a Plain version of Qt without weak symbols --- (limited to 'Rules.make') diff --git a/Rules.make b/Rules.make index 4833b11..a1e6f09 100644 --- a/Rules.make +++ b/Rules.make @@ -29,6 +29,9 @@ else echo CONFIG += quick-app-bin >> $@ echo \} >> $@ endif +ifeq ($(CONFIG_OPIE_NO_OVERRIDE_QT),y) + echo CONFIG += no-override >> $@ +endif $(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)/config.in\; fi\;) $(TOPDIR)/.config $(TOPDIR)/packages @echo Generating dependency information... -- cgit v0.9.0.2