Last active
February 4, 2018 23:07
-
-
Save msis/2f698ed63e1ea495531a to your computer and use it in GitHub Desktop.
[Adding ibex to Qt project] Automatically configuring Qt project to use ibex #Qt #ibex #pkg_config
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
#your stuff here | |
CONFIG += link_pkgconfig | |
PKGCONFIG += ibex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment