Skip to content

Instantly share code, notes, and snippets.

View msis's full-sized avatar
Building The Future of Maritime

Mohamed Saad Ibn Seddik msis

Building The Future of Maritime
View GitHub Profile
@msis
msis / example.pro
Last active February 4, 2018 23:07
[Adding ibex to Qt project] Automatically configuring Qt project to use ibex #Qt #ibex #pkg_config
#your stuff here
CONFIG += link_pkgconfig
PKGCONFIG += ibex
@msis
msis / example.pro
Last active February 4, 2018 23:08
[adding qwt to Qt project] #Qt #project #qwt
#your stuff here
include(/usr/local/qwt-6.1.1/features/qwt.prf)
CONFIG += qwt