summaryrefslogtreecommitdiff
path: root/mkspecs
authorschurig <schurig>2004-09-08 15:36:04 (UTC)
committer schurig <schurig>2004-09-08 15:36:04 (UTC)
commitdbab81a4311ab27fd991a7f56f7804d2212d057d (patch) (side-by-side diff)
tree4f726ad70a64728e59e985908f1fafb8ea091a63 /mkspecs
parent548f5017a18a0d574baadfb3f063f734db13944a (diff)
downloadopie-dbab81a4311ab27fd991a7f56f7804d2212d057d.zip
opie-dbab81a4311ab27fd991a7f56f7804d2212d057d.tar.gz
opie-dbab81a4311ab27fd991a7f56f7804d2212d057d.tar.bz2
moved my qt2 headers to include/qt2, so that I can now have include/qt3 and
include/qt2
Diffstat (limited to 'mkspecs') (more/less context) (ignore whitespace changes)
-rw-r--r--mkspecs/qws/linux-ramses-g++/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/qws/linux-ramses-g++/qmake.conf b/mkspecs/qws/linux-ramses-g++/qmake.conf
index 028c157..5dc1bda 100644
--- a/mkspecs/qws/linux-ramses-g++/qmake.conf
+++ b/mkspecs/qws/linux-ramses-g++/qmake.conf
@@ -20,7 +20,7 @@ QMAKE_LEX = flex
QMAKE_LEXFLAGS =
QMAKE_YACC = yacc
QMAKE_YACCFLAGS = -d
-QMAKE_CFLAGS = -I$$STAGING_INC -pipe $(CFLAGS_EXTRA)
+QMAKE_CFLAGS = -I$$STAGING_INC -I$$STAGING_INC/qt2 -pipe $(CFLAGS_EXTRA)
QMAKE_CFLAGS_WARN_ON = -Wall -W
QMAKE_CFLAGS_WARN_OFF =
QMAKE_CFLAGS_RELEASE = $(if $(CFLAGS_RELEASE),$(CFLAGS_RELEASE), -O2)