diff options
Diffstat (limited to 'emulators/bsnes/Makefile')
-rw-r--r-- | emulators/bsnes/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/bsnes/Makefile b/emulators/bsnes/Makefile index 8dd1ca13bb61..b127f04b614c 100644 --- a/emulators/bsnes/Makefile +++ b/emulators/bsnes/Makefile @@ -40,8 +40,7 @@ OPTIONS= GUI_GTK "Build with GTK+ GUI" on \ .if defined(WITH_GUI_GTK) MAKE_ENV+= phoenix="gtk" .else -USE_QT_VER= 4 -QT_COMPONENTS= corelib gui +USE_QT4= corelib gui MAKE_ENV+= phoenix="qt" .endif |