Mk/bsd.qt.mk: preparing structures for the eventual update to qt-5.6
PR: 209326 Submitted by: rakuco, T.C.Berner <tcberner@gmail.com>, Ralf Nolden <nolden@kde.org>
This commit is contained in:
parent
2abc9f5f89
commit
a9ed0c96d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416054
1 changed files with 5 additions and 2 deletions
|
@ -306,13 +306,13 @@ _USE_QT_ALL= assistant clucene dbus declarative designer gui help \
|
|||
xml xmlpatterns
|
||||
|
||||
_USE_QT4_ONLY= accessible assistant-adp assistantclient codecs-cn codecs-jp \
|
||||
codecs-kr codecs-tw corelib demo doc graphicssystems-opengl \
|
||||
codecs-kr codecs-tw corelib demo graphicssystems-opengl \
|
||||
help-tools iconengines inputmethods makeqpf moc phonon \
|
||||
phonon-gst porting qdoc3 qmlviewer qt3support qtconfig \
|
||||
qtestlib qvfb rcc uic uic3 xmlpatterns-tool
|
||||
|
||||
_USE_QT5_ONLY= 3d buildtools canvas3d concurrent connectivity core \
|
||||
enginio graphicaleffects location paths phonon4 \
|
||||
enginio examples graphicaleffects location paths phonon4 \
|
||||
printsupport qdbus qdoc qev qml quick quickcontrols \
|
||||
sensors serialport sql-tds uiplugin uitools webchannel \
|
||||
websockets widgets x11extras
|
||||
|
@ -383,6 +383,9 @@ doc_PATH= ${_QT_RELNAME}-doc>=${_QT_VERSION:R:R}
|
|||
enginio_PORT= net/${_QT_RELNAME}-enginio
|
||||
enginio_PATH= ${QT_LIBDIR}/libEnginio.so
|
||||
|
||||
examples_PORT= misc/${_QT_RELNAME}-examples
|
||||
examples_PATH= ${_QT_RELNAME}-examples>=${_QT_VERSION:R:R}
|
||||
|
||||
graphicaleffects_PORT= graphics/${_QT_RELNAME}-graphicaleffects
|
||||
graphicaleffects_PATH= ${QT_QMLDIR}/QtGraphicalEffects/qmldir
|
||||
|
||||
|
|
Loading…
Reference in a new issue