-rw-r--r-- | qmake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/Makefile b/qmake/Makefile index 7ad05d9..faaeafe 100644 --- a/qmake/Makefile +++ b/qmake/Makefile | |||
@@ -1,14 +1,14 @@ | |||
1 | TOPDIR=$(shell pwd) | 1 | TOPDIR=$(shell pwd) |
2 | QMAKESPECSDIR=$(OPIEDIR) | 2 | QMAKESPECSDIR=$(OPIEDIR)/mkspecs |
3 | 3 | ||
4 | ######################################################################## | 4 | ######################################################################## |
5 | ## This file was autogenerated by configure, all changes will be lost ## | 5 | ## This file was autogenerated by configure, all changes will be lost ## |
6 | ######################################################################## | 6 | ######################################################################## |
7 | CC = gcc | 7 | CC = gcc |
8 | CXX = g++ | 8 | CXX = g++ |
9 | 9 | ||
10 | #qmake code | 10 | #qmake code |
11 | OBJS=project.o main.o makefile.o unixmake2.o unixmake.o borland_bmake.o \ | 11 | OBJS=project.o main.o makefile.o unixmake2.o unixmake.o borland_bmake.o \ |
12 | msvc_nmake.o msvc_dsp.o msvc_vcproj.o option.o winmakefile.o \ | 12 | msvc_nmake.o msvc_dsp.o msvc_vcproj.o option.o winmakefile.o \ |
13 | projectgenerator.o metrowerks_xml.o pbuilder_pbx.o msvc_objectmodel.o | 13 | projectgenerator.o metrowerks_xml.o pbuilder_pbx.o msvc_objectmodel.o |
14 | 14 | ||