author | schurig <schurig> | 2004-09-08 15:36:04 (UTC) |
---|---|---|
committer | schurig <schurig> | 2004-09-08 15:36:04 (UTC) |
commit | dbab81a4311ab27fd991a7f56f7804d2212d057d (patch) (side-by-side diff) | |
tree | 4f726ad70a64728e59e985908f1fafb8ea091a63 /mkspecs | |
parent | 548f5017a18a0d574baadfb3f063f734db13944a (diff) | |
download | opie-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
-rw-r--r-- | mkspecs/qws/linux-ramses-g++/qmake.conf | 2 |
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 @@ -19,9 +19,9 @@ QMAKE_CC = ccache arm-linux-gcc 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) QMAKE_CFLAGS_DEBUG = -g |