[gegl-qt] Python: Fix install



commit ee0ba43b6a50ebd582dde12f7edebd0d8b82cd3e
Author: Jon Nordby <jononor gmail com>
Date:   Tue Sep 27 23:27:51 2011 +0200

    Python: Fix install

 pygegl-qt/pygegl-qt.pro |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/pygegl-qt/pygegl-qt.pro b/pygegl-qt/pygegl-qt.pro
index 1a3d834..500eecd 100644
--- a/pygegl-qt/pygegl-qt.pro
+++ b/pygegl-qt/pygegl-qt.pro
@@ -1,6 +1,6 @@
 include(../config.pri)
 
-TEMPLATE = subdirs
+TEMPLATE = lib
 
 QMAKE_EXTRA_TARGETS += first
 first.depends += generate compile link
@@ -71,12 +71,11 @@ isEmpty(PYTHON_SITE_PACKAGES) {
 
 }
 
-QMAKE_EXTRA_TARGETS += install
-install.depends = geglqt.so
-install.files = geglqt.so
-install.path = $$PYTHON_SITE_PACKAGES
+modules.files = geglqt.so
+modules.CONFIG += no_check_exist
+modules.path = $$PYTHON_SITE_PACKAGES
 
-INSTALLS += install
+INSTALLS += modules
 
 OTHER_FILES += \
     geglnode_conversions.h \



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