[gegl-qt] Build: Fix typo QtQuick1 conditional
- From: Jon Nordby <jonnor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl-qt] Build: Fix typo QtQuick1 conditional
- Date: Fri, 13 Apr 2012 10:04:41 +0000 (UTC)
commit 83aaf6425524c08a8d1065170b2e1383992fe9dc
Author: Jon Nordby <jononor gmail com>
Date: Fri Apr 13 11:56:29 2012 +0200
Build: Fix typo QtQuick1 conditional
This caused the declarative NodeView to not be build,
leading to missing symbols in libgegl-qt
gegl-qt/gegl-qt.pro | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gegl-qt/gegl-qt.pro b/gegl-qt/gegl-qt.pro
index 6f88fb9..f396a05 100644
--- a/gegl-qt/gegl-qt.pro
+++ b/gegl-qt/gegl-qt.pro
@@ -62,7 +62,7 @@ contains(HAVE_QT_DECLARATIVE, yes) {
#PUBLIC_SOURCES +=
}
- contains(HAVE_QTQUICK1, yes) {
+ contains(HAVE_QT_QUICK1, yes) {
PUBLIC_HEADERS += nodeviewdeclarativeitem.h
PUBLIC_SOURCES += nodeviewdeclarativeitem.cpp
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]