diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-08-07 18:35:14 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-08-07 18:35:14 -0300 |
commit | 9b48a6286cd421caf1cca98709aa4811753b77c9 (patch) | |
tree | 886e1e82bf1c09932400dc3fb851e06acfaf1502 /changes | |
parent | 77e5ed38b2bc90799d691f159ed815d78c648dec (diff) |
Add pyside-uic support inside venv. Closes #3411.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature_add-uic-support-in-virtualenv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature_add-uic-support-in-virtualenv b/changes/feature_add-uic-support-in-virtualenv new file mode 100644 index 00000000..2c067f80 --- /dev/null +++ b/changes/feature_add-uic-support-in-virtualenv @@ -0,0 +1 @@ + o Add pyside-uic support inside the virtualenv. This way it won't fail to 'make' if the virtualenv is activated. Closes #3411. |