From 66b90adc1bb48b70fe6456b1f00cb1c4682c7070 Mon Sep 17 00:00:00 2001 From: Roman Lacko Date: Thu, 7 Jun 2012 08:34:11 +0200 Subject: new --standalone option, when enabled, package qt libs on linux --- qtinfo.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qtinfo.py') diff --git a/qtinfo.py b/qtinfo.py index 1369bff6d..e638f90af 100644 --- a/qtinfo.py +++ b/qtinfo.py @@ -18,6 +18,9 @@ class QtInfo(object): def getBinsPath(self): return self.getProperty("QT_INSTALL_BINS") + def getLibsPath(self): + return self.getProperty("QT_INSTALL_LIBS") + def getPluginsPath(self): return self.getProperty("QT_INSTALL_PLUGINS") @@ -45,6 +48,7 @@ class QtInfo(object): version = property(getVersion) bins_dir = property(getBinsPath) + libs_dir = property(getLibsPath) plugins_dir = property(getPluginsPath) qmake_path = property(getQMakePath) imports_dir = property(getImportsPath) -- cgit v1.2.3