diff options
Diffstat (limited to 'emulators/ripes/Makefile')
-rw-r--r-- | emulators/ripes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/ripes/Makefile b/emulators/ripes/Makefile index 067d89c9310e..1a9930613129 100644 --- a/emulators/ripes/Makefile +++ b/emulators/ripes/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT USES= cmake qmake qt:5 -USE_QT= buildtools_build charts concurrent core gui svg testlib widgets +USE_QT= buildtools:build charts concurrent core gui svg testlib widgets CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX} |