diff options
Diffstat (limited to 'emulators/aqemu/Makefile')
-rw-r--r-- | emulators/aqemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile index 7985311e9d33..d5a1a2707ff3 100644 --- a/emulators/aqemu/Makefile +++ b/emulators/aqemu/Makefile @@ -13,8 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libvncclient.so:net/libvncserver -USES= cmake:noninja -USE_QT5= buildtools_build linguisttools_build qmake_build \ +USES= cmake:noninja qt:5 +USE_QT= buildtools_build linguisttools_build qmake_build \ core dbus gui network printsupport testlib widgets USE_GITHUB= yes |