[gegl-qt] Build: Fix failure in python binding linking



commit e600777110c4341f244e662a2afabc0925426439
Author: Jon Nordby <jononor gmail com>
Date:   Wed Sep 28 21:28:39 2011 +0200

    Build: Fix failure in python binding linking

 pygegl-qt/pygegl-qt.pro |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/pygegl-qt/pygegl-qt.pro b/pygegl-qt/pygegl-qt.pro
index 4cc523e..7c2efed 100644
--- a/pygegl-qt/pygegl-qt.pro
+++ b/pygegl-qt/pygegl-qt.pro
@@ -34,9 +34,6 @@ INCLUDES += $$system(pkg-config --cflags gegl pygobject-2.0 gobject-2.0 pyside)
 # http://bugs.pyside.org/show_bug.cgi?id=929
 # PYSIDE_LIBS = /usr/lib/libpython2.7.so -L/usr/lib -lpyside-python2.7 -lshiboken-python2.7
 
-LIBRARIES += -L../gegl-qt -l$$GEGLQT_LIBNAME
-LIBRARIES += $$system(pkg-config --libs gegl pygobject-2.0 gobject-2.0 pyside)
-
 outputFiles(global.h typesystem_gegl-qt.xml)
 
 OTHER_FILES += \
@@ -62,6 +59,10 @@ compile.target = compile
 compile.commands += g++ -DNO_IMPORT_PYGOBJECT geglqt/geglqt_*.cpp $$INCLUDES -Wall -fPIC -c;
 compile.commands += g++ geglqt/geglqt_module_wrapper.cpp $$INCLUDES -Wall -fPIC -c
 
+
+LIBRARIES += -L../../gegl-qt -l$$GEGLQT_LIBNAME
+LIBRARIES += $$system(pkg-config --libs gegl pygobject-2.0 gobject-2.0 pyside)
+
 # Link
 QMAKE_EXTRA_TARGETS += link
 link.depends += compile



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]