diff options
Diffstat (limited to 'emulators/pearpc/Makefile')
-rw-r--r-- | emulators/pearpc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index 961a8b9b37d..fbd862e9ac8 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -30,6 +30,8 @@ CONFIGURE_ARGS+= --disable-fpo .if defined(WITH_QT) CONFIGURE_ARGS+= --enable-gui=qt USE_QT_VER= 3 +QTDIR?= ${X11BASE} +CONFIGURE_ENV+= QTDIR="${QTDIR}" .else CONFIGURE_ARGS+= --enable-gui=nogui .endif |