diff options
Diffstat (limited to 'emulators/qmc2/Makefile')
-rw-r--r-- | emulators/qmc2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qmc2/Makefile b/emulators/qmc2/Makefile index d75502f73473..2e7c1c733aff 100644 --- a/emulators/qmc2/Makefile +++ b/emulators/qmc2/Makefile @@ -16,10 +16,10 @@ OPTIONS_DEFINE= DOCS NO_WRKSUBDIR= yes -USES= gmake tar:bzip2 +USES= gmake qt:5 tar:bzip2 USE_XORG= x11 xmu USE_GL= gl glu -USE_QT5= buildtools_build core gui multimedia \ +USE_QT= buildtools_build core gui multimedia \ network opengl quick qmake_build qml \ testlib script scripttools sql svg \ webkit widgets xml xmlpatterns |