Skip to content

Instantly share code, notes, and snippets.

@ybouhjira
Last active August 29, 2015 13:56
Show Gist options
  • Save ybouhjira/9050709 to your computer and use it in GitHub Desktop.
Save ybouhjira/9050709 to your computer and use it in GitHub Desktop.
QtCreator (.pro) file for GTK+
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG -= qt
SOURCES += main.c
INCLUDEPATH += /usr/include/gtk-2.0 \
/usr/include/glib-2.0 \
/usr/lib/i386-linux-gnu/glib-2.0/include/ \
/usr/include/cairo/ \
/usr/include/pango-1.0/ \
/usr/lib/i386-linux-gnu/gtk-2.0/include/ \
/usr/include/gdk-pixbuf-2.0/ \
/usr/include/atk-1.0/
unix: CONFIG += link_pkgconfig
unix: PKGCONFIG += gtk+-2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment