author | kergoth <kergoth> | 2002-11-06 16:15:42 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-06 16:15:42 (UTC) |
commit | e8846a3cfbf779cba143ccf9ea12356b5b1fdb8f (patch) (unidiff) | |
tree | 436f791e26bc6f33a5261e98964c3bd992fe46a6 | |
parent | 6e56bf9fbc047c51ffa8a9a7760d78dbe2e3cdef (diff) | |
download | opie-e8846a3cfbf779cba143ccf9ea12356b5b1fdb8f.zip opie-e8846a3cfbf779cba143ccf9ea12356b5b1fdb8f.tar.gz opie-e8846a3cfbf779cba143ccf9ea12356b5b1fdb8f.tar.bz2 |
Set qmake var
-rw-r--r-- | Makefile.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.test b/Makefile.test index 9af15dc..00cc906 100644 --- a/Makefile.test +++ b/Makefile.test | |||
@@ -1,6 +1,7 @@ | |||
1 | #!/usr/bin/make -f | 1 | #!/usr/bin/make -f |
2 | export OPIEDIR:=$(shell pwd) | 2 | export OPIEDIR:=$(shell pwd) |
3 | export TOPDIR:=$(OPIEDIR) | 3 | export TOPDIR:=$(OPIEDIR) |
4 | export QMAKE:=$(OPIEDIR)/qmake/qmake | ||
4 | 5 | ||
5 | export QMAKESPECSDIR=$(OPIEDIR)/mkspecs | 6 | export QMAKESPECSDIR=$(OPIEDIR)/mkspecs |
6 | 7 | ||