Unidiff1 files changed, 4 insertions, 0 deletions
|
diff --git a/Makefile b/Makefile index 685d213..463e636 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -1,9 +1,13 @@ |
1 | #!/usr/bin/make -f |
1 | #!/usr/bin/make -f |
| |
2 | ifndef QTDIR |
| |
3 | $(error QTDIR not set) |
| |
4 | endif |
| |
5 | |
2 | export OPIEDIR:=$(shell pwd) |
6 | export OPIEDIR:=$(shell pwd) |
3 | export TOPDIR:=$(OPIEDIR) |
7 | export TOPDIR:=$(OPIEDIR) |
4 | export QMAKE:=$(OPIEDIR)/qmake/qmake |
8 | export QMAKE:=$(OPIEDIR)/qmake/qmake |
5 | |
9 | |
6 | export QMAKESPECSDIR=$(OPIEDIR)/mkspecs |
10 | export QMAKESPECSDIR=$(OPIEDIR)/mkspecs |
7 | |
11 | |
8 | noconfig_targets := xconfig menuconfig config oldconfig randconfig \ |
12 | noconfig_targets := xconfig menuconfig config oldconfig randconfig \ |
9 | defconfig allyesconfig allnoconfig allmodconfig \ |
13 | defconfig allyesconfig allnoconfig allmodconfig \ |
|