Lines 274-280
Link Here
|
274 |
.for dir in BIN INC LIB ARCH PLUGIN LIBEXEC IMPORT \ |
274 |
.for dir in BIN INC LIB ARCH PLUGIN LIBEXEC IMPORT \ |
275 |
QML DATA DOC L10N ETC EXAMPLE TEST MKSPEC \ |
275 |
QML DATA DOC L10N ETC EXAMPLE TEST MKSPEC \ |
276 |
CMAKE QTCHOOSER |
276 |
CMAKE QTCHOOSER |
277 |
QT_${dir}DIR= ${PREFIX}/${QT_${dir}DIR_REL} |
277 |
QT_${dir}DIR= ${LOCALBASE}/${QT_${dir}DIR_REL} |
278 |
# Export all directories to the plist substituion for QT_DIST ports. |
278 |
# Export all directories to the plist substituion for QT_DIST ports. |
279 |
# For the others, exclude QT_CMAKEDIR and QT_ETCDIR. |
279 |
# For the others, exclude QT_CMAKEDIR and QT_ETCDIR. |
280 |
. if (${dir:NCMAKE} && ${dir:NETC}) || defined(QT_DIST) |
280 |
. if (${dir:NCMAKE} && ${dir:NETC}) || defined(QT_DIST) |
Lines 333-339
Link Here
|
333 |
assistant_PATH= ${QT_BINDIR}/assistant |
333 |
assistant_PATH= ${QT_BINDIR}/assistant |
334 |
|
334 |
|
335 |
assistant-adp_PORT= devel/${_QT_RELNAME}-assistant-adp |
335 |
assistant-adp_PORT= devel/${_QT_RELNAME}-assistant-adp |
336 |
assistant-adp_PATH= ${PREFIX}/bin/assistant_adp |
336 |
assistant-adp_PATH= ${LOCALBASE}/bin/assistant_adp |
337 |
|
337 |
|
338 |
assistantclient_PORT= devel/${_QT_RELNAME}-libqtassistantclient |
338 |
assistantclient_PORT= devel/${_QT_RELNAME}-libqtassistantclient |
339 |
assistantclient_LIB= libQt${_QT_LIBVER}AssistantClient.so |
339 |
assistantclient_LIB= libQt${_QT_LIBVER}AssistantClient.so |