google-code-export / photivo

Automatically exported from code.google.com/p/photivo
GNU General Public License v3.0
3 stars 0 forks source link

glib-2.0 dependency #110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Compiling only worked after exdending the line mentioned in the patch below, 
I've not been able to attach it as a file.

Best regards, Philipp

--- snip ---

# HG changeset patch
# User Philipp Bender <philippbender4@gmail.com>
# Date 1360407178 -3600
# Node ID 846d089a1a174f1e5af5d042fe8c3273608c5e3f
# Parent  9e74f0d574d8b0a66365239d59eea3b89fe78cff
added glib-2.0 to the package list

diff -r 9e74f0d574d8 -r 846d089a1a17 photivoProject/photivoProject.pro
--- a/photivoProject/photivoProject.pro Do Dez 27 21:46:36 2012 +0100
+++ b/photivoProject/photivoProject.pro Sa Feb 09 11:52:58 2013 +0100
@@ -57,7 +57,7 @@
 unix {
   QT         += network
   CONFIG     += link_pkgconfig
-  PKGCONFIG  += GraphicsMagick++ GraphicsMagickWand
+  PKGCONFIG  += GraphicsMagick++ GraphicsMagickWand glib-2.0
   QMAKE_CC    = ccache /usr/bin/gcc
   QMAKE_CXX   = ccache /usr/bin/g++

--- snap ---

Original issue reported on code.google.com by philippb...@gmail.com on 9 Feb 2013 at 11:16