summaryrefslogtreecommitdiff
path: root/qmake
authorkergoth <kergoth>2002-11-01 05:26:47 (UTC)
committer kergoth <kergoth>2002-11-01 05:26:47 (UTC)
commitc1bebfec181211aacbe9e9b85bcccfe4aef98a67 (patch) (side-by-side diff)
tree98b1302174fb6294bf83298c4cc37341646194bf /qmake
parent8f506dbc2b70df5ea0dd6c61014d20b433b1372f (diff)
downloadopie-c1bebfec181211aacbe9e9b85bcccfe4aef98a67.zip
opie-c1bebfec181211aacbe9e9b85bcccfe4aef98a67.tar.gz
opie-c1bebfec181211aacbe9e9b85bcccfe4aef98a67.tar.bz2
typo
Diffstat (limited to 'qmake') (more/less context) (ignore whitespace changes)
-rw-r--r--qmake/Makefile2
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
@@ -14,25 +14,25 @@ OBJS=project.o main.o makefile.o unixmake2.o unixmake.o borland_bmake.o \
#qt code
QOBJS=qstring.o qtextstream.o qiodevice.o qglobal.o qgdict.o qcstring.o \
qdatastream.o qgarray.o qbuffer.o qglist.o qptrcollection.o qfile.o \
qfile_unix.o qregexp.o qgvector.o qgcache.o qbitarray.o qdir.o \
qfileinfo_unix.o qdir_unix.o qfileinfo.o qdatetime.o qstringlist.o qmap.o \
qconfig.o
CFLAGS= \
-I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac \
-I$(TOPDIR)/include -I$(TOPDIR)/include/qmake -I$(QMAKESPECSDIR)/default \
-I$(TOPDIR)/include/private \
- -DQT_NO_TEXTCODEC -DQT_LITE_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I$(QMAKESPECDIR)/qws/linux-x86-g++
+ -DQT_NO_TEXTCODEC -DQT_LITE_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I$(QMAKESPECSDIR)/qws/linux-x86-g++
CXXFLAGS= $(CFLAGS)
LFLAGS=
qmake: $(OBJS) $(QOBJS)
$(CXX) -o $@ $(OBJS) $(QOBJS) $(LFLAGS)
$(if $(OPIEDIR),rm -f $(OPIEDIR)/bin/$@)
$(if $(OPIEDIR),ln -s ../qmake/$@ $(OPIEDIR)/bin/$@)
install: qmake
[ -d $(INSTALL_ROOT)$(QTDIR)/bin ] || mkdir -p $(INSTALL_ROOT)$(QTDIR)/bin
-cp -f $(QTDIR)/bin/qmake $(INSTALL_ROOT)$(QTDIR)/bin
[ -d $(INSTALL_ROOT)$(QTDIR) ] || mkdir -p $(INSTALL_ROOT)$(QTDIR)