On sábado, 20 de outubro de 2012 09.53.24, Alberto Mardegan wrote:
> As you mentioned in another message, it would be great if these paths
> were discoverable, either with a qt5-config tool or (better, IMHO) with
> a qt5.pc pkg-config file defining these variables, so that one could do:
>
> $ pkg-config --variable=QT_INSTALL_BINS qt5
> /usr/lib/qt5/bin

They're in Qt5Core.pc already:

$ cat lib/pkgconfig/Qt5Core.pc
prefix=/home/thiago/obj/qt/qt5/qtbase
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include/QtCore

qt_config=lex yacc warn_on debug exceptions depend_includepath wayland-scanner
qt warn_on link_prl incremental gdb_dwarf_index qpa no_mocdepend debug
qt_no_framework linux unix posix gcc qpa largefile precompile_header sse2 sse3
ssse3 sse4_1 sse4_2 avx avx2 pcre create_prl link_prl use_libmysqlclient_r
no_private_qt_headers_warning QTDIR_build exceptions shared qt_install_module
qt_install_headers qt warn_on depend_includepath qmake_cache target_qt
qt_install_module_docs create_cmake hide_symbols bsymbolic_functions c++11
create_pc create_libtool explicitlib have_target thread dll shared
moc_location=${prefix}/bin/moc5
rcc_location=${prefix}/bin/rcc5
lupdate_location=${prefix}/bin/lupdate
lrelease_location=${prefix}/bin/lrelease

Name: Qt5core
Description: Qt Core module
Version: 5.0.0
Libs: -L${libdir} -lQt5Core
Libs.private: -lpthread -lz -licui18n -licuuc -lm -ldl -pthread -lgthread-2.0
-lrt -lglib-2.0
Cflags: -I/home/thiago/obj/qt/qt5/qtbase/include -I${includedir}

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to