Re: [Development] Deprecating modules with 5.5

2015-02-03 Thread Alexey Pavlov
2015-02-03 11:49 GMT+03:00 Knoll Lars : > On 03/02/15 09:35, "Alexey Pavlov" wrote: > > > > > > >2015-02-03 10:33 GMT+03:00 Knoll Lars : > > > >Hi, > > > >I’d like to mark a few modules as deprecated with 5.5, and most likely > >

Re: [Development] Deprecating modules with 5.5

2015-02-03 Thread Alexey Pavlov
2015-02-03 10:33 GMT+03:00 Knoll Lars : > Hi, > > I’d like to mark a few modules as deprecated with 5.5, and most likely > remove them from the binary packages with 5.6. These modules are: > > * Qt WebKit > * Qt Declarative (Qt Quick 1) > * Qt Script > > All of these modules are by now a couple of

Re: [Development] Qt 5.4 RC & Qt Creator 3.3 RC released!

2014-11-27 Thread Alexey Pavlov
Under windows bsdtar exit with errors on unpacking Qt-5.4.0-RC: Extracting qt-everywhere-opensource-src-5.4.0-rc.tar.xz with /usr/bin/bsdtar qt-everywhere-opensource-src-5.4.0-rc/qtwebengine/src/3rdparty/chromium/third_party/mesa/src/src/gallium/state_trackers/d3d1x/w32api: Can't create 'qt-everyw

[Development] Qt-5.2.1 + mingw-w64 builds

2014-02-05 Thread Alexey Pavlov
Hi! Trying build Qt-5.2.1 with mingw-w64 GCC-4.8.2 I got error linking Qt5Test library for both 32 and 64 bit. I fill bug report: https://bugreports.qt-project.org/browse/QTBUG-36661 Regards, Alexey. ___ Development mailing list Development@qt-project.

[Development] QtCreator 3.0.0-rc1 building

2013-12-06 Thread Alexey Pavlov
Hi! I'm try to build 64-bit QtCreator-3.0.0-rc1 with mingw-w64 GCC-4.8.2 toolchain and got cast error: C:/repo/mingw-w64-qt-creator/src/qt-creator-opensource-src-3.0.0-rc1/src/plugins/ios/iosdebugsupport.cpp: In member function 'void Ios::Internal::IosDebugSupport::handleGotInferiorPid(Q_PID)': C

Re: [Development] New Qt5.2 snapshot available

2013-12-03 Thread Alexey Pavlov
2013/12/3 Heikkinen Jani : > Actually you are right, this was also in: > > https://codereview.qt-project.org/#change,72514 > > > br, > > Jani > >> -Original Message- >> From: Stephen Kelly [mailto:stephen.ke...@kdab.com] >> Sent: 3. joulukuuta 2013 15:22 >> To: development@qt-project.org >>

[Development] Update configure script

2013-06-23 Thread Alexey Pavlov
Hi! I see that top configure script are updated from Perl version to Bash version. But it doesn't work, for example for shadows builds, because: srcpath=`dirname $0` configure=$srcpath/qtbase/configure *<-- This line get relative path of configure script if I build outside source tree* if [ !

[Development] Building Qt with MSYS

2013-06-20 Thread Alexey Pavlov
Hi everybody! I am building Qt under MSYS. I create MSYS2 based on recent Cygwin sources and now be able to build Qt using MSYS tools (m4, flex, ruby, python, perl). All ok except I can't use msys-perl because it use bash configure script (when building from git sources) that is incomplete to buil