diff options
-rw-r--r-- | deskutils/znotes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/znotes/Makefile b/deskutils/znotes/Makefile index acf92d031603..fa29520ed806 100644 --- a/deskutils/znotes/Makefile +++ b/deskutils/znotes/Makefile @@ -30,7 +30,7 @@ EXPIRATION_DATE=2019-03-15 USES+= qt:4 USE_QT= uic_build moc_build rcc_build linguisttools_build corelib gui network xml . else -USES+= qt:5 +USES+= compiler:c++11-lang qt:5 USE_QT= buildtools_build linguisttools_build core gui network printsupport widgets xml . endif |