Fixed qt packaging.

This commit is contained in:
Virgil Dupras 2010-02-09 14:52:09 +00:00
parent 8193bc5f60
commit e3706fa923
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
import sys
import os
import os.path as op
import shutil
import yaml
@ -31,6 +32,7 @@ def package_qt(edition):
return
add_to_pythonpath('.')
add_to_pythonpath('qt')
add_to_pythonpath(op.join('qt', edition))
os.chdir(op.join('qt', edition))
from app import DupeGuru