summaryrefslogtreecommitdiff
path: root/Makefile
authorkergoth <kergoth>2003-02-11 18:32:58 (UTC)
committer kergoth <kergoth>2003-02-11 18:32:58 (UTC)
commitfdeb607c2222e36bbf817114088317b15219af78 (patch) (side-by-side diff)
treef3ad2d34ac9200e6ffe3fc03a2e1e45b0b6a4895 /Makefile
parent613ae8a0a9c82dea1332651ba4f4a8e2f06eee0b (diff)
downloadopie-fdeb607c2222e36bbf817114088317b15219af78.zip
opie-fdeb607c2222e36bbf817114088317b15219af78.tar.gz
opie-fdeb607c2222e36bbf817114088317b15219af78.tar.bz2
Abort on QTDIR not set
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 685d213..463e636 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,8 @@
#!/usr/bin/make -f
+ifndef QTDIR
+$(error QTDIR not set)
+endif
+
export OPIEDIR:=$(shell pwd)
export TOPDIR:=$(OPIEDIR)
export QMAKE:=$(OPIEDIR)/qmake/qmake