Move qt4 tool import into SConscript
[pykit.git] / SConscript
index 5503bac..56a2e28 100644 (file)
@@ -1,7 +1,10 @@
 # -*- python -*-
 
+import os.path
 Import('env')
 
+env.Tool('qt4', [ os.path.join('site_scons','qtscons') ])
+
 # QtSvg and QtXml are needed by some plugins ...
 env.EnableQt4Modules([ 'QtWebKit', 'QtNetwork', 'QtSvg', 'QtXml', 'QtGui', 'QtCore' ])