Re: [Development] Qt 5.0.1 RC -- Release Testing

2013-01-27 Thread Loaden
it ? > > -- > Sergio Ahumada > Release Engineer - Digia, Qt > -- > *From:* > development-bounces+sergio.ahumada=digia@qt-project.org[development-bounces+sergio.ahumada= > digia@qt-project.org] on behalf of Loaden [loa...@gmail.com] > *S

Re: [Development] Qt 5.0.1 RC -- Release Testing

2013-01-27 Thread Loaden
qt-windows-opensource-5.0.1-msvc2010_64-x86_64-offline-rc1.exe The ICU binary is x86 arch. It's wrong. Simply replace the icu49*.dll with 64bit version, then the crash solved. https://bugreports.qt-project.org/browse/QTBUG-29344 2013/1/25 Motyka Rafal > Hello, > > Qt 5.0.1 RC release testing h

Re: [Development] Qt 5.0.1 -- Release Testing

2013-01-25 Thread Loaden
After installed qt-windows-opensource-5.0.1-msvc2010_64-x86_64-offline-2013-01-24-418.exe, I can't running xmlpatterns.exe,assistant.exe,etc on Windows 7 64bit OS. 2013/1/18 Motyka Rafal > Hello, > > Qt 5.0.1 release testing has been started. We would like to kindly ask > the Qt Community for

[Development] Qt5 Docs Bug: How to Create Qt Plugins

2013-01-13 Thread Loaden
hi, there! After reading this topic: http://qt-project.org/doc/qt-5.0/qtcore/plugins-howto.html There seems have a bug, see the source: For example, here's the definition of an interface class: * \snippet tools/plugandpaint/interfaces.h 2* Here's the definition of a plugin class that

Re: [Development] Qt 5 RC Testing

2012-12-19 Thread Loaden
Why the 64bit for MSVC2010 weren't part of RC2. I remember the Qt-Term promise will make both 32bit and 64bit package for msvc2010 happen in Qt5 final release. Am I wrong or missed something? 2012/12/19 Thiago Macieira > Because they weren't part of RC2. -- *Please don't ask where I come fr

Re: [Development] Qt 5 RC Testing

2012-12-19 Thread Loaden
Why don't build an 64-bit package for Windows before the final release? 2012/12/18 Motyka Rafal > Hello, > > There is new version available for testing: > http://releases.qt-project.org/digia/5.0.0/backups/2012-12-18-389/ > > > Best regards, > > /Rafal > > > > > Rafal Motyka > QE Engineer > Di

Re: [Development] Heads up for Windows devs: ANGLE landing soon

2012-10-23 Thread Loaden
2012/10/23 Jason Barron > It works on MSVC and MinGW (both 32-bit and 64-bit). Sounds great! But I thought it should only work with mingw-w64 (support directx9), not mingw.org, that right? -- *Please don't ask where I come from, It's a shame!* Best Regards Yuchen

Re: [Development] Preparing to release repackaged version of Qt 4.8.3 with Digia copyrights

2012-10-04 Thread Loaden
2012/10/4 Rafael Roquetto > Basically what you are doing is telling everyone there is no further > discussion. > > My point is, it is not about leaving the users without the given changes. > On > the contrary, I even suggested that yet another super critical patch gets > included (SSL), even thou

Re: [Development] Branching for Qt 5 repositories

2012-09-28 Thread Loaden
I think so, so I have to keep silent anymore. 2012/9/28 Stephen Kelly > Unfortunately there's no chance of changing it, I'm sure. -- *Please don't ask where I come from, It's a shame!* Best Regards Yuchen ___ Development mailing list Development@q

Re: [Development] Branching for Qt 5 repositories

2012-09-27 Thread Loaden
At lease, I think the 'dev' is not a good name for remote branch. Does it mean the other branch is in no--active-developing state? I prefer using 'feature' instead. All the new feature should go 'feature' branch. and the 'stable' is only bug fix branch. 2012/9/28 Lincoln Ramsay > Luckily we use

Re: [Development] Branching for Qt 5 repositories

2012-09-27 Thread Loaden
I prefer: dev -> next stable -> master release -> release >next -->master -->release 2012/9/28 Laszlo Papp > > They are: > > - dev: unfrozen branch, containing alpha-quality[*] code that is ready > to go > >into beta t

Re: [Development] Stepping down as maintainer

2012-09-20 Thread Loaden
I am so sad to heard this. and I am greatful for your past work. God bless you! 2012/9/21 > Hi everyone, > > it's been an awesome time participating in the development of Qt Creator. > However, I've recently decided to follow a different path and I will no > longer be able to maintain the text e

Re: [Development] Digia acquisition closed

2012-09-18 Thread Loaden
Text Editors & Language Support Germany — Text Editors & Language SupportC/C++ Germany — Congrats! But seems we lost the C/C++ Language maintainer. :( 2012/9/18 Thorbjørn Martsum > +1 and thanks for the info :) > > Is there an official (and final) count of developers moved from Nokia to > Dig

[Development] Does Digia plan to ship Qt5 for every module?

2012-09-15 Thread Loaden
After test the Qt5 beta1 package both on Windows and Linux, I have to install all thing to hard disk. But, I just interesting for few modules, e.g. qtbase, qtqml. I don't want forced install other modules (e.g. qtwebkit...) Please let's user can make a choice for install. Thanks! -- Best Regards

Re: [Development] How to build Qt5's docs?

2012-09-15 Thread Loaden
atal error U1077: 'cd' : return code '0x2' > Stop. > NMAKE : fatal error U1077: 'cd' : return code '0x2' > Stop. > 2012/8/27 Alan Ezust > make qch_docs (on linux) works for me now too! > thanks! > > On Fri, Aug 24, 2012 at 9:42 PM

Re: [Development] Qt5 Cmake Scripts: wrong include path or Unnecessary?

2012-09-15 Thread Loaden
> > It's probably the same. "default" is either a copy or a symlink to the > mkspec > Qt was compiled with. > On Windows, "default" not a copy neither symlink. It only include an qmake.conf > QMAKESPEC_ORIGINAL = D:/qpSOFT/MyDEV/sdk/qt/mkspecs/win32-msvc2010 > include(../win32-msvc2010/qmake.conf)

[Development] Qt5 Cmake Scripts: wrong include path or Unnecessary?

2012-09-14 Thread Loaden
See Qt5CoreConfigExtras.cmake > LN34: list(APPEND Qt5Core_INCLUDE_DIRS > "${_qt5_corelib_install_prefix}/mkspecs/default") > I thought it should be: list(APPEND Qt5Core_INCLUDE_DIRS "${_qt5_corelib_install_prefix}/mkspecs/win32-msvc2010") Or, just remove it. I don't know why we need this path f

[Development] Qt5 Beta1: MSVC2010SP1_64bit + WSDK7.5, Using '-ltcg' lead all gui-tools crash!

2012-09-13 Thread Loaden
Only Crash on 64bit Library. e.g. assistant.exe designer.exe -- Best Regards Yuchen ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Qt5 Beta1: Can't run assistant.exe / designer.exe / linguist.exe on Windows 7 64 bit OS

2012-09-13 Thread Loaden
Because I am using -ltcg configure option for MSVC 2010SP1 + Windows SDK 7.5. Remove -ltcg then running well. 在 2012年9月12日 下午12:25,Loaden 写道: > 64bit MSVC2010SP1+SDK7.5 + 64bit Qt library + 64bit OS: > Application Error > 0x01d > > 32bit MSVC2010SP1+SDK7.5 + 32bit Qt lib

[Development] Qt5 Beta1: Can't run assistant.exe / designer.exe / linguist.exe on Windows 7 64 bit OS

2012-09-11 Thread Loaden
64bit MSVC2010SP1+SDK7.5 + 64bit Qt library + 64bit OS: Application Error 0x01d 32bit MSVC2010SP1+SDK7.5 + 32bit Qt library + 64bit OS: Everything works well. Any comments? 问题签名: 问题事件名称: APPCRASH 应用程序名: designer.exe 应用程序版本: 1.0.0.0 应用程序时间戳: 504ec1a8 故障模块名称: QtGui5.dll 故障模块版本: 5.0

[Development] Does any one interesting to help writting CMake Scripts for QtCreator?

2012-09-11 Thread Loaden
For now QtCreator support qmake + qbs build system, but I think if there exist CMake build system, that's would be great. After several day work, I can build QtCreator's library using CMake scripts now. It's supported share Precompiled Header for both of MSVC / GCC, and for CLang there does not sup

[Development] How to get all compile flags / definitions / include_directories of target?

2012-09-03 Thread Loaden
Hi, list! I want write a PrecompiledHeader.cmake to support PCH for QtCreator. For now, It works well use MSVC, see: https://codereview.qt-project.org/#change,34052 I have some trouble with how to get GCC's compile flags / definitions / include_directories. My way (does not work yet): > macro(get

Re: [Development] [Mingw-w64-public] Fwd: Choosing a new MinGW for Qt 5

2012-08-31 Thread Loaden
2012/8/31 K. Frank > Also, I've had a problem with recent versions of mingw-w64 gdb. It's slow > as molasses loading up and/or initializing an application (minutes), but > once the application starts, it seems to be fine. (I don't think that this > is > Qt specific.) > Because it's using python

Re: [Development] CMake for Qt5: Cross Compilation for Windows using MinGW-w64

2012-08-30 Thread Loaden
It fixed the problem. Thanks! 2012/8/31 Stephen Kelly > 5408225286dfdd4cd957c129db0873cbbab05bc0 > -- Best Regards Yuchen ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Choosing a new MinGW for Qt 5

2012-08-30 Thread Loaden
It's can be fixed just replace the mingw32-make.exe. And it's the best choice to separate package for 32bit vs 64bit really. -m32 and -m64 will possible can't works well on Windows. 2012/8/30 > Rubens release is currently broken, and there shouldn't be a need for a > separate package for 32bit v

[Development] CMake for Qt5: Cross Compilation for Windows using MinGW-w64

2012-08-30 Thread Loaden
gt; set(CMAKE_INCLUDE_CURRENT_DIR ON) > # Instruct CMake to run moc automatically when needed > set(CMAKE_AUTOMOC ON) > > # Find the QtWidgets library > find_package(Qt5Widgets) > > # Tell CMake to create the helloworld executable > add_executable(helloworld main.cpp) > > #

[Development] CMake for Qt5: Does exist set(CMAKE_AUTOUIC ON) support? or plan?

2012-08-30 Thread Loaden
set(CMAKE_AUTOMOC ON) is great. But for now I have to use qt5_wrap_ui macros. e.g. cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR) > > project(testproject) > > # Find includes in corresponding build directories > set(CMAKE_INCLUDE_CURRENT_DIR ON) > # Instruct CMake to run moc automatically when

Re: [Development] Choosing a new MinGW for Qt 5

2012-08-30 Thread Loaden
I want to say, mingw-w64 is the best choice. I am using ruben's personally build to compilation Qt5/QtCreator on both Windows and Linux OS, and it works well! 2012/8/30 > Hi, > > I'd like to get this on the table again: What is the MinGW package that we > want to support officially? The matrix f

Re: [Development] Qt 5 beta

2012-08-30 Thread Loaden
Compilation should fine, but I can't build docs on Windows. For a long time. 2012/8/30 > The latest test of the windows source package was reported as a failure > (by J-P Nurmi), > so the beta might not even work for win32-msvc2010 mkspec. > -- Best Regards Yuchen ___

Re: [Development] Build Qt 5 with MinGW 4.7?

2012-08-26 Thread Loaden
You can add -std=c++11 in mkspecs/win32-g++/qmake.conf / CXXFLAGS by yourself. On Linux, These patchs should works well for support -std=c++11 using cross compilation. https://codereview.qt-project.org/#change,33044 https://codereview.qt-project.org/#change,33078 2012/8/26 Thiago Macieira > > S

Re: [Development] Build Qt 5 with MinGW 4.7?

2012-08-25 Thread Loaden
Try MinGW-w64 4.7.1-2. I can build qt5 on Windows or Linux (cross build). It's seems works well except install on Windows. 2012/8/26 Stephen Chu > mingw32-make -- Best Regards Yuchen ___ Development mailing list Development@qt-project.org http://l

Re: [Development] How to build Qt5's docs?

2012-08-25 Thread Loaden
her != this" in file > d:\qpsoft\projects\buildqt5-x64\qtbase\include\qtcore\../../../../Qt5/qtbase/src/corelib/tools/qstring.h, > line 755 > NMAKE : fatal error U1077: > 'd:\qpSOFT\Projects\BuildQt5-x64\qtbase\bin\qdoc.exe' : re

Re: [Development] Build QtCreator failed use MSVC2010

2012-08-25 Thread Loaden
This build error still exist on Qt5 beta 1. 2012/7/17 Loaden > qmakeevaluator.obj : error LNK2019: unresolved external symbol >> "__declspec(dllimport) public: static >> class QString __cdecl QString::fromWCharArray(unsigned short const >> *,int)" (__imp_?fro

Re: [Development] How to build Qt5's docs?

2012-08-24 Thread Loaden
I can using 'make docs' to create qt.qch for now. Thanks! 2012/8/22 Alan Ezust > I had that problem too. It was looking for qhelpgenerator in the wrong > place - in qtbase/bin instead of my installed QT5 directory, where the > executable was. I ended up having to do 1 of 2 things to work around

Re: [Development] Request: Mark classes with \module in documentation

2012-08-24 Thread Loaden
I can build docs to create qt.qch for now (today, master). 2012/8/25 > You might be right in theory, but we are currently simply not able to > build the docs in a modular way. -- Best Regards Yuchen ___ Development mailing list Development@qt-proj

Re: [Development] Qt JsonDB

2012-08-24 Thread Loaden
Sounds good choice! 2012/8/25 > Hi, > > I've just pushed a patch to remove Qt JsonDB from qt5.git to codereview > (see https://codereview.qt-project.org/#change,33524). > > The reason for this is that the project is not done and it also doesn't > fit very well into the current scope for Qt 5. In

Re: [Development] [QBS] "qbs platforms ls" show nothing, "qbs-platforms ls" works well!

2012-08-24 Thread Loaden
using MinGW-w64 to build qbs has the same issue on Windows 7 SP1. 2012/6/27 Joerg Bornemann > So you mean in Qt5 QProcess:execute does not forward the output of the > process on Windows? I can't reproduce this issue with Qt5 and MSVC2008. > -- Best Regards Yuchen

Re: [Development] Qt5 Beta 1: Build all target on Windows, make release target in default

2012-08-24 Thread Loaden
I mean build Qt5 by myself, not the package. For current master, -debug-and-release will use debug as default target. After build finished, qdoc.exe / uic.exe ... will use debug version. 2012/8/24 Thiago Macieira > > On sexta-feira, 24 de agosto de 2012 13.51.29, Loaden wrote: > >

[Development] Qt5 Beta 1: Build all target on Windows, make release target in default

2012-08-23 Thread Loaden
For now user can add build_all in qconfig.pri / CONFIG on Windows Change From: CONFIG += debug ... To: CONFIG += debug build_all ... And using -debug-and-release config option. It will build and install debug target first, then build and install release target. It make sure all execute files be r

Re: [Development] Qt5 Beta 1: Install failed on Windows using MinGW-w64 4.7.1-2

2012-08-23 Thread Loaden
Still now work! 2012/8/23 Loaden > change the install root path from d:\qpSOFT\Projects\BuildQt5-m64\temp > to d:/qpSOFT/Projects/BuildQt5-m64/temp ? > -- Best Regards Yuchen ___ Development mailing list Development@qt-project.org http:/

Re: [Development] Qt5 Beta 1: Install failed on Windows using MinGW-w64 4.7.1-2

2012-08-23 Thread Loaden
Do you mean I need change the install root path from d:\qpSOFT\Projects\BuildQt5-m64\temp to d:/qpSOFT/Projects/BuildQt5-m64/temp ? 2012/8/23 Oswald Buddenhagen > d:\qpSOFT\Projects\BuildQt5-m64\temp/ > -- Best Regards Yuchen ___ Development maili

[Development] Qt5 Beta 1: Install failed on Windows using MinGW-w64 4.7.1-2

2012-08-23 Thread Loaden
*mingw32-make --trace install INSTALL_ROOT=%INSTROOT% >>install.log 2>&1* Error MSG: > makefile:56: update target `module-qtbase-install_subtargets' due to: FORCE > if not exist qtbase\ mkdir qtbase\ > cd qtbase\ && ( if not exist Makefile > d:\qpSOFT\Projects\BuildQt5-m64\qtbase\bin\qmake > d:\qp

Re: [Development] How to build Qt5's docs?

2012-08-21 Thread Loaden
c/zh_CN/tutorials/widgets-tutorial.qdoc:152: This page exists in more > than one file: "Widgets ?? ? " > ../src/zh_CN/tutorials/widgets-tutorial.qdoc:94: [It also exists here] > ../src/zh_CN/tutorials/widgets-tutorial.qdoc:28: [It also exists here] > Error in line 29823: Mi

Re: [Development] How to build Qt5's docs?

2012-08-21 Thread Loaden
qdoc:28: [It also exists here] > Error in line 14348: Missing attribute in keyword at line 14348. > make[2]: *** [docs] Error 255 > make[2]: Leaving directory > `/home/loaden/qpSOFT/Projects/BuildQt5-x64/qtdoc/doc' > make[1]: *** [sub-doc-docs] Error 2 > make[1]: Leaving d

Re: [Development] How to build Qt5's docs?

2012-08-20 Thread Loaden
I have tried: make -C qtdoc qmake >>doc.log 2>&1 > make docs >>doc.log 2>&1 > It's still not work for me. > /home/loaden/qpSOFT/Projects/Qt5/qt3d/src/threed/doc/qt3d.qdocconf:1: > error: Cannot open file > '/home/loaden/qpSOFT/Projects/

Re: [Development] Cross compiling Qt 5

2012-08-19 Thread Loaden
I prefer use qbs instead of qmake. qbs is a great build suite. 2012/8/19 Peter Kümmel > Qt could be compiled native or cross for a system > different to the system on which Qt is build. > > But this is not how mkspecs/ is organized: > > linux-*native > win32-*native > wince*

[Development] How to build Qt5's docs?

2012-08-18 Thread Loaden
I want to build Qt5's docs (qch), but failing always. make docs >>doc.log 2>&1 > Error Message: > threed.pro -o Makefile ) && make -f Makefile docs > make[3]: Entering directory > `/home/loaden/qpSOFT/Projects/BuildQt5-x64/qt3d/src/threed' > /home/

[Development] How about the future of qbs after Nokia sells Qt to Digia?

2012-08-10 Thread Loaden
I noticed Nokia stop developing qbs for a long time, and qtcreator's wip/qbs seems stop developing too. And for now Nokia sells Qt to Digia, I want know how about the future of qbs? If the Digia give up qbs, I will choice CMake as my build system. So, any news or commens are very welcome! -- Best

Re: [Development] [Interest] Digia to acquire Qt from Nokia

2012-08-10 Thread Loaden
Best news! +best wishes!! 2012/8/9 Eric Landuyt > Hello , > > seems like a very good news: > > http://www.digia.com/en/Home/Company/News/Digia-to-acquire-Qt-from-Nokia/ > > -- > Eric Landuyt, Developer - mailto:e...@datarescue.be > DataRescue sa/nv - http://www.datarescue.com > > ___

Re: [Development] state of Qt's Australia office

2012-07-31 Thread Loaden
Bad news!! 2012/8/1 > > On 01/08/2012, at 1:00 PM, "ext lorn.pot...@nokia.com" < > lorn.pot...@nokia.com> > wrote: > > > Hi all, > > > > We have received word that the Brisbane Australia office, consisting of > the teams working on Qt3D, QtDeclarative, QtMultimedia, QtSensors, and > QtSystems m

[Development] Build QtCreator failed use MSVC2010

2012-07-16 Thread Loaden
> > qmakeevaluator.obj : error LNK2019: unresolved external symbol > "__declspec(dllimport) public: static > class QString __cdecl QString::fromWCharArray(unsigned short const > *,int)" (__imp_?fromWCharArray@Q > String@@SA?AV1@PBGH@Z) referenced in function "public: void __thiscall > QMakeEvaluat

Re: [Development] Fixing the DLL/shared/static mess

2012-07-12 Thread Loaden
This changed broken qbs build on Windows (MSVC2010SP1): 96166fa56abb52157387c4911efbd4e5e6beee93 After change CONFIG += staticlib to CONFIG += static (src\lib\lib.pro) still can't solved the build issue. Any comments? > commandexecutor.cpp > transformer.cpp > d:\qpsoft\projects\buildqt5-x86\qtbas

Re: [Development] Qt5 beta, MinGW: undefined reference to `WinMain@16'

2012-07-11 Thread Loaden
Try to build qbs or qbs's test demos. Not build Qt5 self, but build an GUI based applications. 2012/7/12 Konstantin Ritt > E:\opt\Qt\5.0>gcc --version > gcc (GCC) 4.6.2 > win32 (XP, SP2) > builds ok > > Konstantin > > > 2012/7/11 Loaden : > > Both w32

Re: [Development] Qt5 beta, MinGW: undefined reference to `WinMain@16'

2012-07-11 Thread Loaden
d to use 4.6.4 > and we are having a lot of problems with that, so we are now waiting for a > patched GCC 4.7.x > > Casper > > From: ext Loaden > Date: Wednesday, July 11, 2012 3:52 PM > To: "shane.kea...@accenture.com" > Cc: "development@qt-project.org&q

Re: [Development] Qt5 beta, MinGW: undefined reference to `WinMain@16'

2012-07-11 Thread Loaden
Does anyone care about mingw support? It's an qt5 issue, or an mingw issue? I don't sure anything, but it's real noise! Because I can't corss build for Windows use Qt5 now. http://sourceforge.net/tracker/?func=detail&atid=983354&aid=3539247&group_id=202880 2012/7/

Re: [Development] Qt5 beta, MinGW: undefined reference to `WinMain@16'

2012-07-06 Thread Loaden
I just create a bug report, and hope someone can take of. It's only Qt5 issue, Qt4 works well!! 2012/7/5 Loaden > Yes, same problem happened when using qmake. > for qbs, I made a patch for link to static library, see: > https://codereview.qt-project.org/#change,29232 > >

Re: [Development] Qt5 beta, MinGW: undefined reference to `WinMain@16'

2012-07-05 Thread Loaden
be added automatically to > windows executables, which provides the WinMain entry point. > > > > -- > > > > *From:* development-bounces+shane.kearns=accenture@qt-project.org[mailto: > development-bounces+shane.kearns=accenture@qt-project.org] *On Behalf > Of

[Development] Qt5 beta, MinGW: undefined reference to `WinMain@16'

2012-07-04 Thread Loaden
main.cpp > #include > int main(int argc, char **argv) > { > QCoreApplication app(argc, argv); > return app.exec(); > } > > test.qbp > import qbs.base 1.0 > Application { > name : "Test" > Depends { > name: "Qt.widgets" > } > files : [ > "main.cpp" > ]

Re: [Development] buildsystem branches (about to be) integrated

2012-07-01 Thread Loaden
ary.o > /qpSOFT/Projects/Qt5/qtbase/src/corelib/plugin/qsystemlibrary.cpp > g++.exe: error: *D:/Program > Files/Git/qpSOFT/Projects/Qt5*/qtbase/src/corelib/plugin/qsystemlibrary.cpp: > No such file or directory > g++.exe: fatal error: no input files > compilation terminated. >

Re: [Development] buildsystem branches (about to be) integrated

2012-06-30 Thread Loaden
I can cross build use wingw-w64 now, but still have a problem. the: lrelease.exe lupdate.exe and xmlpatterns.exe 's host platform should be Linux, not Windows. Just like jom and qmake, It's should be: lrelease lupdate and xmlpatterns Thanks! great work!! 2012/6/19 Oswald Buddenhagen > moin, > >

Re: [Development] [QBS] "qbs platforms ls" show nothing, "qbs-platforms ls" works well!

2012-06-27 Thread Loaden
Yes, that what's I mean. and I use *MSVC2010SP1 (from Windows SDK 7.1 + VCSP1_update)*, on Windows 7 SP1 x64 or Windows 7 SP1 x86 both has the problem. 2012/6/27 Joerg Bornemann > On 26/06/2012 01:37, ext Loaden wrote: > > Of cause, It's only Qt5 issue. and only happened on

[Development] "qbs platforms ls" show nothing, "qbs-platforms ls" works well!

2012-06-25 Thread Loaden
Of cause, It's only Qt5 issue. and only happened on Windows. (As I know on Linux everything works well) See: > const QString subProcess = subProcessArgs.takeFirst(); > if (!subProcess.startsWith('-')) { > *const int exitCode = QProcess::execute("qbs-" + subProcess, > subProcess

[Development] It should be a moc error for the specified file to not exist.

2012-06-23 Thread Loaden
g file is ignored and plugin data is created > anyway. > > Change-Id: I118fd57b7d05a135e3ff58c0298b25e67cd12587 > Reviewed-by: Lars Knoll > It's broken build of QtCreator. > /home/loaden/qpSOFT/Projects/QtCreator/src/plugins/coreplugin/coreplugin.h:48: > Error: Plugin

[Development] Creator build failed of latest Qt5

2012-06-19 Thread Loaden
> > D:\qpSOFT\MyDEV\sdk\qt\bin\amd64\moc.exe -DUNICODE -DWIN32 > -DQT_LARGEFILE_SUPPORT -DCORE_LIBRARY -DIDE_LIBRARY_BASENAME=\"lib\" > -DQT_NO_CAST_TO_ASCII -DQT_USE_FAST_OPERATOR_PLUS > -DQT_USE_FAST_CONCATENATION -D_CRT_SECURE_NO_WARNINGS > -DQT_DISABLE_DEPRECATED_BEFORE=0x040900 -DQT_HELP_LIB -

[Development] True death of Nokia's Qt? How about Qt's future?

2012-06-15 Thread Loaden
Hello, everybody, I heard some thing about Nokia's Qt from Google. And I noticed the Nokia's people seems stop work on codereview.qt-project.org. Any news? comments? Please let's we know. Thanks! -- Please don't ask where I come from, It's a shame! Best Regards Yuchen

Re: [Development] buildsystem branch: broke cross build for Windows

2012-06-15 Thread Loaden
s >>config.log 2>&1 > read -n1 -p "Press any key to continue..." > 2012/6/15 Thiago Macieira > Are you sure you ran the right qmake? That the mkspec setting was correct? > Note this in your output: > > > -I/home/loaden/qpSOFT/Projects/Qt5/qtbase/mkspecs/lin

[Development] buildsystem branch: broke cross build for Windows

2012-06-14 Thread Loaden
TREAM -DQT_NO_LIBRARY -DQT_NO_QOBJECT -DQT_NO_SYSTEMLOCALE -DQT_NO_THREAD -DQT_NO_UNICODETABLES -DQT_NO_USING_NAMESPACE -DQT_NO_DEPRECATED -DQT_NODLL -DQT_NO_EXCEPTIONS -I/home/loaden/qpSOFT/Projects/Qt5/qtbase/mkspecs/linux-g++-64 -I/home/loaden/qpSOFT/Projects/Qt5/qtbase/src/tools/bootstrap -I/home/l

Re: [Development] What is the best way to use msys-git's perl for MSVC2010?

2012-06-13 Thread Loaden
Yes, It's doesn't work for me. > D:\qpSOFT\Projects\BuildQt5-x64>perl -v > This is perl, v5.8.8 built for msys > Copyright 1987-2006, Larry Wall > Perl may be copied only under the terms of either the Artistic License or > the > GNU General Public License, which may be found in the Perl 5 source

[Development] What is the best way to use msys-git's perl for MSVC2010?

2012-06-12 Thread Loaden
https://codereview.qt-project.org/27136 I noticed this review merged into master, and I wan't know how to make it works for MSVC2010? Thanks! -- Please don't ask where I come from, It's a shame! Best Regards Yuchen ___ Development mailing list Developme

Re: [Development] Qt5 packages for Ubuntu

2012-06-10 Thread Loaden
Another way: > sudo update-alternatives --install /usr/bin/qmake qmake /opt/qt5/bin/qmake > 30 > sudo update-alternatives --config qmake > update-alternatives --display qmake 2012/6/8 Zoltán Balogh > Remember to add the /opt/qt5/bin to the $PATH in order to use the Qt5 > binaries without probl

Re: [Development] 'assistant' should goto qtdoc-module, and 'linguist' should move to qttranslations-module

2012-06-04 Thread Loaden
Which plugin? I am try to remove the qtquick1 depend, and find it's build fine. > diff --git a/qt.pro b/qt.pro > index 862e8a7..dcb1e5f 100644 > --- a/qt.pro > +++ b/qt.pro > @@ -42,7 +42,7 @@ module_qtwebkit_examples_and_demos.depends = > module_qtwebkit > > module_qttools.subdir = qttools > mo

Re: [Development] 'assistant' should goto qtdoc-module, and 'linguist' should move to qttranslations-module

2012-06-04 Thread Loaden
Good idea!! 2012/6/4 > so > what we should rather do is to move that plugin out of qttools and into > qtquick1. > -- Please don't ask where I come from, It's a shame! Best Regards Yuchen ___ Development mailing list Development@qt-project.org http:

[Development] 'assistant' should goto qtdoc-module, and 'linguist' should move to qttranslations-module

2012-06-03 Thread Loaden
For now the 'assistant' and 'linguist' are both placed in 'qttools' module. I think it's not a good idea. e.g. I just want use qtbase-module + qch docs from assistant. But now I have to build qtquick1, qtscript,...many depends. If we move 'assistant' from qttools to qtdoc, then the issue should g

[Development] doc: need rename qdoc3 -> qdoc

2012-06-02 Thread Loaden
See the diff show below. Any comments? Entering 'qlalr' > Entering 'qt3d' > Entering 'qtactiveqt' > Entering 'qtbase' > Entering 'qtconnectivity' > diff --git a/doc/doc.pri b/doc/doc.pri > index 459e9ba..3cd0b30 100644 > --- a/doc/doc.pri > +++ b/doc/doc.pri > @@ -3,10 +3,10 @@ OTHER_FILES += \ >

Re: [Development] FW: Alpha 2 this week or skip it

2012-06-01 Thread Loaden
If it realy wrong, we should rename win32-msvc2010 -> win32-msvc10, msvc2008 -> win32-msvc9 ... 2012/6/1 Thiago Macieira > Right. We've been doing it wrong all along, then: our mkspecs say "msvc" > which > is the compiler, but give the year as the complement. > > Maybe we should then start corre

Re: [Development] Quick2 and Directx11 backend (Angle)

2012-05-31 Thread Loaden
I hope we can add ANGLE project as the third party. Just for easy develop and build. 2012/5/31 Friedemann Kleint > add the library to our 3rd-Party folder. > > -- Please don't ask where I come from, It's a shame! Best Regards Yuchen ___ Development

Re: [Development] Build broke on Windows 7 64bit, whatever out-of-source or in-source-tree

2012-05-30 Thread Loaden
You are right. I just made a patch to fix this issue. See: https://codereview.qt-project.org/#change,27431 2012/5/29 Rohan McGovern > LIBS += -L../../3rdparty/poly2tri -lpoly2tri > win32:LIBS += -L../../3rdparty/poly2tri/release > -L../../3rdparty/poly2tri/debug > > Unless I've missed somethin

[Development] Regression: comapp.exe crashes when building Qt use nmake

2012-05-30 Thread Loaden
I find this bug report: https://bugreports.qt-project.org/browse/QTCREATORBUG-6578 And now Qt5 have the same build issue. And many times crash about idc.exe. Windows 7 64bit & MSVC2010SP1. -- Please don't ask where I come from, It's a shame! Best Regards Yuchen ___

Re: [Development] Qt5 binary installers

2012-05-28 Thread Loaden
A workround: You can change qtbase\mkspecs\qconfig.pri after configure is done. From: > CONFIG+= debug shared rtti sse2 qpa To: > CONFIG+= debug *build_all* shared rtti sse2 qpa Then everything should build well. I am using this hack for a long time. After the build done, you can change to bac

Re: [Development] Build broke on Windows 7 64bit, whatever out-of-source or in-source-tree

2012-05-28 Thread Loaden
PAT /DEBUG /DLL /MANIFEST > /MANIFESTFILE:"debug\declarative_locationd.intermediate.manifest" > /OUT:d:\qpSOFT\Projects\BuildQt5-x64\qtbase\imports\QtLocation\declarative_locationd.dll > @C:\Users\loaden\AppData\Local\Temp\nmAC70.tmp > poly2tri.lib(cdt.obj) : error LNK2038: mismatch detect

Re: [Development] Build broke on Windows 7 64bit, whatever out-of-source or in-source-tree

2012-05-28 Thread Loaden
:( The erroe message: > QtDBus: created headers.pri file > No suitable compiler found in PATH. Aborting. > *** qtbase/configure exited with non-zero status. > > 2012/5/28 Thiago Macieira > On segunda-feira, 28 de maio de 2012 14.57.44, Loaden wrote: > > Sorry, I make

Re: [Development] Build broke on Windows 7 64bit, whatever out-of-source or in-source-tree

2012-05-27 Thread Loaden
o de 2012 14.57.03, Rohan McGovern wrote: > > Loaden said: > > > Windows SDK 7.1 & ActivePerl 64bit & Python 2.7.3 > > > Any comments? > > > > Maybe some comments if you share the build log :) > > Also, please let us know whether you tried 32-bit t

[Development] Build broke on Windows 7 64bit, whatever out-of-source or in-source-tree

2012-05-27 Thread Loaden
Windows SDK 7.1 & ActivePerl 64bit & Python 2.7.3 Any comments? -- Please don't ask where I come from, It's a shame! Best Regards Yuchen ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Quick2 and Directx11 backend (Angle)

2012-05-26 Thread Loaden
I thought MinGW-w64 should work, It's can worked with DirectX 9/10 apis. But I didn't have a try. 2012/5/20 Corentin Jabot > Limitations: > * I thought of including ANGLE in the Qt sources, so it > can automatically be build via some configure option, but sadly ANGLE is > not designed to compile

Re: [Development] [Interest] Warining about: Project WARNING: QtGui cannot have a QT of gui

2012-05-22 Thread Loaden
It's only related with Windows. It's should be qmake's problem / issue. Hope to be fixed before the release coming. 2012/5/22 Thiago Macieira > > I am building the Qt5, but could somebody point out what's the possible > > cause of: Project WARNING: QtGui cannot have a QT of gui > -- Please d

Re: [Development] Quick2 and Directx11 backend (Angle)

2012-05-20 Thread Loaden
It's great if it work. I am very glad to hear even it's only a beginning. That It's possible Nokia qt-term take and improve it? It's a new hope from Windows side. (from Star War IV :)) Well done! 2012/5/20 Corentin Jabot > So, There is the patch. > > * First, checkout and build ANGLE as explain

Re: [Development] Build failed use MinGW-TDM or MinGW-w64 on Windows

2012-05-18 Thread Loaden
Build failed with the same errors. 2012/5/18 > Just try to do > %QTSOURCE%\configure -opensource > -prefix D:/qpSOFT/Projects/BuildQt5-x86-tdm/qtbase -confirm-license > -platform win32-g++ -debug-and-release -fast -nomake examples >>config.log > 2>&1 > Instead, and see if that helps. >

Re: [Development] Build failed use MinGW-TDM or MinGW-w64 on Windows

2012-05-18 Thread Loaden
What is the time to merge the origin/buildsystem into origin/master? When it's ready? or have a plan? I am do not set the QTDIR env value as the wiki says. The mean the 'QTDIR' env does not exist. The configure command on Windows: > %QTSOURCE%\configure -opensource -prefix %CD%\qtbase -confirm-l

Re: [Development] Build failed use MinGW-TDM or MinGW-w64 on Windows

2012-05-17 Thread Loaden
1. It successful use MSVC2010 for shadow (out-of-source) , no need 'make install' things 2. In-Source-Build also failed with MinGW-TDM 2012/5/15 > You need to make install after building each module to copy the output to > the prefix directory you specified in configure. > > The top level makefi

[Development] Build failed use MinGW-TDM or MinGW-w64 on Windows

2012-05-15 Thread Loaden
Hi, All! I am just try to build Qt5 under Windows, use MinGW-TDM or MinGW-w64 (32bit), but both failed with the same log. I don't know how to fix the problem. Any comments? > cd svg\ && mingw32-make -f Makefile > > mingw32-make[3]: Entering directory >> `D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg/src/s

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread Loaden
Hi, kb, could you share us what you using of the build script? or command? I can't find a wiki to point me how to cross build for windows. So, I don't know I am doing is or not is correct. Thanks again! 2012/5/14 Loaden > Oh, Thanks! I will test it on Ubuntu. > > > 2012/

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread Loaden
Oh, Thanks! I will test it on Ubuntu. 2012/5/14 k blammo > On 14/05/2012 12:29, Loaden wrote: > >> I just sent a code review to: >> https://codereview.qt-project.**org/#change,26120<https://codereview.qt-project.org/#change,26120> >> Please have a look. >>

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread Loaden
Sorry, It shoud be: > make -j 2 >>build.log 2>&1 > 2012/5/14 Loaden > -nomake examples >>config.log 2>&1 >> make module-qt3d -j 2 >>build.log 2>&1 > > -- Please don't ask where I come from, It's a shame! Best Regards Yuch

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread Loaden
p;1 > > read -p "Press any key to continue..." nothing > Any comments or tips are welcome! 2012/5/14 Loaden > Are you sure you can build all module use '-xplatform > unsupported/win32-g++-corss'? > In Ubuntu 12.04,

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread Loaden
#include of not needed on Ubuntu 12.04 (mingw-w64). Are you sure you can build all module use '-xplatform unsupported/win32-g++-corss'? In Ubuntu 12.04, It's only build qtbase module if use 'make -j 2'. 2012/5/4 kb > #include of -- Please don't ask where I come from, It's a shame! Best Reg

Re: [Development] How to build Qt5 out-of-source?

2012-05-13 Thread Loaden
ackend, ignored > Missing module qtjsondb, ignored > Missing module qtphonon, ignored > Missing module qttools, ignored > Missing module qtsystems, ignored > OS Name linux > Verbose no > Continue ... no > Force qmake. no > Jobs ... 2 > PATH &

[Development] How to build Qt5 out-of-source?

2012-05-12 Thread Loaden
Hi, all! I want build Qt5 use out-of-source like this way, and final failed. #!/bin/bash > > unset QTDIR > export PATH="$PWD/../Qt5/qtbase/bin:$PATH" > > ../Qt5/configure -prefix $PWD/qtbase -opensource -confirm-license -fast > -nomake examples > ../Qt5/build -j 1 > > read -n1 -p "Press any key to

Re: [Development] important: upcoming rename of _qpa.h to _p.h

2012-05-10 Thread Loaden
Not work for "nmake install INSTALL_ROOT=...", missed 'qba' headers in QtGui. > progressmanager_win.cpp > Header is deprecated. Please include > instead. > ..\..\..\..\Qt5\qtbase\include\QtGui\QPlatformNativeInterface(8) : fatal > error C1083: Cannot open include file: 'qpa/qplatformnativeinterf

Re: [Development] [QT5] System fonts are not loaded in ubuntu 12.04

2012-05-05 Thread Loaden
Same issue in Chara. 2012/5/5 liang jian >I have built Qt 5 in ubuntu 12.04, The simplified chinese > character can't be displayed. >I found that in QBaseFontDatabase::popluateFontDatabase() the font > path returned by fontDir() is "/mnt/sda8/liang/qt5/qtbase/lib/fonts/" > which is the p

Re: [Development] When it coming about qbs plugin in Creator

2012-04-30 Thread Loaden
It does not work. Show me a error message: "Unknown property:qt.core.qtPath" > D:\qpSOFT\DEVx64>qbs config --list > local variables: > global variables: > defaults.platform: WinSDK7.1.7600.0.30514 > modules.qbs.platform: WinSDK7.1.7600.0.30514 > profile: qt4 > profiles.qt4.qt.core.path: D:\qpSOFT

  1   2   >