[gegl-qt] Build: Fix errors in filenames in previous commit



commit fb0f865877d6bc4c104af91495a7b1047c80ef0b
Author: Jon Nordby <jononor gmail com>
Date:   Tue Apr 3 00:21:16 2012 +0200

    Build: Fix errors in filenames in previous commit

 examples/examples-common.pri     |    2 +-
 examples/qml-paint/qml-paint.cpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/examples/examples-common.pri b/examples/examples-common.pri
index bd072b4..682a6d7 100644
--- a/examples/examples-common.pri
+++ b/examples/examples-common.pri
@@ -22,7 +22,7 @@ isEmpty(USE_EXTERNAL_GEGLQT) {
     PKGCONFIG += $$GEGLQT_LIBNAME
 }
 
-LIBS += ../../examples/common/$$GEGLQT_LIBNAME-examples-common
+LIBS += ../../examples/common/lib$$GEGLQT_LIBNAME-examples-common.a
 
 CONFIG += link_pkgconfig
 PKGCONFIG += gegl
diff --git a/examples/qml-paint/qml-paint.cpp b/examples/qml-paint/qml-paint.cpp
index ac12011..22fa6e0 100644
--- a/examples/qml-paint/qml-paint.cpp
+++ b/examples/qml-paint/qml-paint.cpp
@@ -16,7 +16,7 @@
  * Copyright (C) 2011 Jon Nordby <jononor gmail com>
  */
 
-#include <examples/common/qml-paint-engine.h>
+#include <examples/common/paint-engine.h>
 
 #include <gegl-qt.h>
 #include <gegl-qt-declarative.h>



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