From bdb01e436951afbc072801302b9a72407299f54a Mon Sep 17 00:00:00 2001 From: miwi Date: Wed, 6 Jun 2012 06:44:37 +0000 Subject: - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4 Review by: bapt, David Naylor (kde team) --- games/simsu/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games/simsu') diff --git a/games/simsu/Makefile b/games/simsu/Makefile index a466ae349f29..3d2fdcb6eecb 100644 --- a/games/simsu/Makefile +++ b/games/simsu/Makefile @@ -16,8 +16,7 @@ COMMENT= Simsu is a basic Sudoku game LICENSE= GPLv3 -USE_QT_VER= 4 -QT_COMPONENTS= moc_build qmake_build rcc_build uic_build iconengines imageformats +USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats INSTALLS_ICONS= yes HAS_CONFIGURE= yes -- cgit