Last active
January 4, 2016 05:59
-
-
Save kiddouk/8579362 to your computer and use it in GitHub Desktop.
QtCore.pc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prefix=/Users/sebastien/Documents/Qt5.2-online/5.2.0/clang_64 | |
exec_prefix=${prefix} | |
libdir=${prefix}/lib | |
includedir=${prefix}/include | |
host_bins=${prefix}/bin | |
qt_config=minimal-config small-config medium-config large-config full-config build_all debug_and_release no-pkg-config accessibility opengl shared qpa reduce_exports getaddrinfo ipv6ifname getifaddrs png freetype no-harfbuzz system-zlib nis cups iconv openssl rpath corewlan concurrent audio-backend debug release qt_framework | |
Name: Qt5 Core | |
Description: Qt Core module | |
Version: 5.2.0 | |
Libs: -F${libdir} -framework QtCore | |
Libs.private: -lz -lm -framework ApplicationServices -framework CoreServices -framework CoreFoundation -framework Foundation | |
Cflags: -I${includedir}/QtCore -I${includedir} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment