Skip to content

Commit

Permalink
qmake|Unix: Build config for glib-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 13, 2012
1 parent 8abc57e commit 576ef7c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions doomsday/dep_glib.pri
@@ -1,13 +1,6 @@
# Build configuration for glib.
macx {
unix {
QMAKE_CFLAGS += $$system(pkg-config --cflags gthread-2.0 glib-2.0)
LIBS += $$system(pkg-config --libs gthread-2.0 glib-2.0)

#QMAKE_CFLAGS += -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
#LIBS += -L/usr/local/lib -lglib-2.0
}
#unix {
# QMAKE_CFLAGS += $$system(pkg-config --cflags glib-2.0)
# LIBS += $$system(pkg-config --libs glib-2.0)
#}

0 comments on commit 576ef7c

Please sign in to comment.