Skip to content

Instantly share code, notes, and snippets.

@laanwj
Created January 23, 2014 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laanwj/8580481 to your computer and use it in GitHub Desktop.
Save laanwj/8580481 to your computer and use it in GitHub Desktop.
Windows Qt 5.2.0 Qt5Gui.pc
prefix=/home/ubuntu/staging64
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: Qt5 Gui
Description: Qt Gui module
Version: 5.2.0
Libs: -L${libdir} -lQt5Gui
Libs.private: -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -L/home/ubuntu/staging64/lib -lQt5Cored -lole32 -luuid -lws2_32 -ladvapi32 -lshell32 -luser32 -lkernel32 -lz -lpng -lz
Cflags: -I${includedir}/QtGui -I${includedir}
Requires: Qt5Core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment