[gegl-qt] Examples: Add python examples to OTHER_FILES



commit a27e179727a0b21c69e90d7060d468ce0ac0486e
Author: Jon Nordby <jononor gmail com>
Date:   Fri Apr 13 11:55:44 2012 +0200

    Examples: Add python examples to OTHER_FILES
    
    The examples was moved into a subdirectory recently.

 examples/examples.pro |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/examples/examples.pro b/examples/examples.pro
index f5324e8..8900f84 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -25,4 +25,6 @@ contains(HAVE_QT_QUICK1, yes) {
 
 }
 
-OTHER_FILES += pyside-basic.py python-nodeviewoptions.py
+OTHER_FILES += \
+    python/basic.py \
+    python/nodeviewoptions.py \



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