Created
January 23, 2014 15:27
-
-
Save laanwj/8580481 to your computer and use it in GitHub Desktop.
Windows Qt 5.2.0 Qt5Gui.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=/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