author | kergoth <kergoth> | 2002-11-01 05:26:47 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-01 05:26:47 (UTC) |
commit | c1bebfec181211aacbe9e9b85bcccfe4aef98a67 (patch) (unidiff) | |
tree | 98b1302174fb6294bf83298c4cc37341646194bf /qmake/Makefile | |
parent | 8f506dbc2b70df5ea0dd6c61014d20b433b1372f (diff) | |
download | opie-c1bebfec181211aacbe9e9b85bcccfe4aef98a67.zip opie-c1bebfec181211aacbe9e9b85bcccfe4aef98a67.tar.gz opie-c1bebfec181211aacbe9e9b85bcccfe4aef98a67.tar.bz2 |
typo
-rw-r--r-- | qmake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/Makefile b/qmake/Makefile index 104cc44..7ad05d9 100644 --- a/qmake/Makefile +++ b/qmake/Makefile | |||
@@ -22,9 +22,9 @@ QOBJS=qstring.o qtextstream.o qiodevice.o qglobal.o qgdict.o qcstring.o \ | |||
22 | CFLAGS= \ | 22 | CFLAGS= \ |
23 | -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac \ | 23 | -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac \ |
24 | -I$(TOPDIR)/include -I$(TOPDIR)/include/qmake -I$(QMAKESPECSDIR)/default \ | 24 | -I$(TOPDIR)/include -I$(TOPDIR)/include/qmake -I$(QMAKESPECSDIR)/default \ |
25 | -I$(TOPDIR)/include/private \ | 25 | -I$(TOPDIR)/include/private \ |
26 | -DQT_NO_TEXTCODEC -DQT_LITE_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I$(QMAKESPECDIR)/qws/linux-x86-g++ | 26 | -DQT_NO_TEXTCODEC -DQT_LITE_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I$(QMAKESPECSDIR)/qws/linux-x86-g++ |
27 | CXXFLAGS= $(CFLAGS) | 27 | CXXFLAGS= $(CFLAGS) |
28 | LFLAGS= | 28 | LFLAGS= |
29 | 29 | ||
30 | qmake: $(OBJS) $(QOBJS) | 30 | qmake: $(OBJS) $(QOBJS) |