-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,8 +1,8 @@ TOPDIR=$(shell pwd) -QMAKESPECSDIR=$(OPIEDIR) +QMAKESPECSDIR=$(OPIEDIR)/mkspecs ######################################################################## ## This file was autogenerated by configure, all changes will be lost ## ######################################################################## CC = gcc CXX = g++ |