diff options
Diffstat (limited to 'net/ktnef/Makefile')
-rw-r--r-- | net/ktnef/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ktnef/Makefile b/net/ktnef/Makefile index 40a96519d471..1d5b25301160 100644 --- a/net/ktnef/Makefile +++ b/net/ktnef/Makefile @@ -9,11 +9,11 @@ COMMENT= KDE API for the handling of TNEF data LICENSE= LGPL21 -USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= config coreaddons ecm i18n kdelibs4support # pim components USE_KDE+= calendarcore calendarutils contacts -USE_QT5= core gui widgets xml \ +USE_QT= core gui widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes |