diff options
Diffstat (limited to 'emulators/cemu/Makefile')
-rw-r--r-- | emulators/cemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/cemu/Makefile b/emulators/cemu/Makefile index 04010cb4e298..2821cccc456d 100644 --- a/emulators/cemu/Makefile +++ b/emulators/cemu/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libpng.so:graphics/png USES= compiler:c++11-lang desktop-file-utils gl libarchive pkgconfig \ qmake qt:5 shared-mime-info USE_GL= gl -USE_QT= buildtools_build core gui network widgets +USE_QT= buildtools:build core gui network widgets USE_GITHUB= yes GH_ACCOUNT= CE-Programming |