Skip to content

Instantly share code, notes, and snippets.

@kiddouk
Last active January 4, 2016 05:59
Show Gist options
  • Save kiddouk/8579362 to your computer and use it in GitHub Desktop.
Save kiddouk/8579362 to your computer and use it in GitHub Desktop.
QtCore.pc
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