From 406eb4f27b38caaff019b583cabf6db58234b956 Mon Sep 17 00:00:00 2001 From: Roman Lacko Date: Fri, 8 Jun 2012 12:33:31 +0200 Subject: fix qt version on windows in README.txt --- README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 943880156..465baca1a 100644 --- a/README.txt +++ b/README.txt @@ -84,13 +84,13 @@ Use ``pip`` to get `PySide` installed: :: - c:\env> Scripts\pip install PySide --install-option="--qmake=c:\\Qt\\4.8.2\\bin\\qmake.exe" + c:\env> Scripts\pip install PySide --install-option="--qmake=c:\\Qt\\4.7.4\\bin\\qmake.exe" Optionally you can specify the path to OpenSSL libs: :: - c:\env> Scripts\pip install PySide --install-option="--openssl=c:\\Alfa\\OpenSSL32bit\\bin" --install-option="--qmake=c:\\Qt\\4.8.2\\bin\\qmake.exe" + c:\env> Scripts\pip install PySide --install-option="--openssl=c:\\Alfa\\OpenSSL32bit\\bin" --install-option="--qmake=c:\\Qt\\4.7.4\\bin\\qmake.exe" Building PySide installer ------------------------- @@ -111,7 +111,7 @@ Building PySide installer :: - c:\> c:\Python27\python setup.py bdist_wininst --qmake=c:\Qt\4.8.2\bin\qmake.exe + c:\> c:\Python27\python setup.py bdist_wininst --qmake=c:\Qt\4.7.4\bin\qmake.exe Installing PySide from source on a UNIX System (Ubuntu 12.04 LTS) ================================================================= -- cgit v1.2.3