[Development] Visual Studio Paths in Makefile

2013-06-01 Thread Mumtaz Ahmad
I am tying to build QT 5 on Mingw . I had Visual Studio Installed and somehow the lib and include paths of Visual Studio are appearing in Makefiles generated by Qmake to build moc tool. I have uninstalled Visual Studio now but still the compilation of moc fails due to presence of Visual Studio

Re: [Development] qmake link command override

2013-02-17 Thread Mumtaz Ahmad
. fix for everyone, not just yourself in the same step)? On Sun, Feb 17, 2013 at 10:53 AM, Mumtaz Ahmad mumtazahmad2...@gmail.com wrote: I am trying to produce this link command. I donot need any other libraries. arm-none-eabi-g++ -nostartfiles -Wl,--gc-sections -Wl,--wrap=malloc -Wl

[Development] qmake link command override

2013-02-16 Thread Mumtaz Ahmad
Is there any way that i override things set by qmake and have my own Link command using qmake.conf? I have spent hours and hours with no success. I wish there are some way which can let the user define his own way of generating full Link command to make the life easy.

[Development] environment variable in my platform makespecs qmake.conf?

2013-02-13 Thread Mumtaz Ahmad
Is there any way to use values from my environment variable in my platform makespecs qmake.conf? Thanks ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] QT5 Configure has windows specific code

2013-02-12 Thread Mumtaz Ahmad
I am trying to build configure in QT5 on linux host. But it seems like there is windows specific code in some of its files like configureapp.cpp and environment.cpp. Is there any solution to this? ___ Development mailing list Development@qt-project.org

[Development] configure platform issue

2013-02-12 Thread Mumtaz Ahmad
I am trying to configure my project on windows (mingw) for linux-arm-gnueabi-g++ with QT5 and i am giving following command -platform win32-g++ -xplatform linux-arm-gnueabi-g++ -static -opensource -confirm-license -debug Configure.exe fails as it goes in architecture detection app.detectArch()

[Development] issue in minimal plugin

2013-01-30 Thread Mumtaz Ahmad
Hi, I am trying to run rasterwindow example using minimal plugin but i am getting null paint device QPainter::begin: Paint device returned engine == 0, type: 3 Is it known issue in QT5.0? Thanks ___ Development mailing list Development@qt-project.org

[Development] Bug if minimal plugin is used

2013-01-13 Thread Mumtaz Ahmad
I have observed a bug when i use minimal plugin. I tried both on windows and linux. Somehow i get a size with width and height zero in void QMinimalBackingStore::resize(const QSize size, const QRegion ) which results in no image saved when i set debug to true in minimal plugin

[Development] Visual Studio 2010 Project of minimal QT 5.0

2013-01-12 Thread Mumtaz Ahmad
I have made Visual Studio 2010 Project of minimal QT 5.0. I needed it since i was not able to generate Visual Studio Project files from configure script. It is debug version and one can understand the flow of QT by using the excellent debugging features provided in Visual studio. Please mail me

[Development] QT5.0 does not create VC2010 Projects

2013-01-11 Thread Mumtaz Ahmad
Is it known issue that QT5.0 does not create VC2010 Projects? Thanks ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] QT5.0 port on psos query

2013-01-10 Thread Mumtaz Ahmad
Hi, I am trying to port QT5.0 for psos. I made a headless reference implementation on linux using minimal plugin. On linking i had to link libQt5PlatformSupport.a as well. On the first look it appears that platformsupport is written for linux and there is lot of efforts needed to port it for

[Development] QT5.0 PlatformSupport info needed

2013-01-10 Thread Mumtaz Ahmad
Hi, I am trying to port QT5.0 . I made a headless reference implementation on linux using minimal plugin. On linking i had to link libQt5PlatformSupport.a as well. On the first look it appears that platformsupport is written for linux and there is lot of efforts needed to port it for psos.

[Development] QT_NO_LIBRARY - Results in error

2013-01-10 Thread Mumtaz Ahmad
Anybody tetsted QT5.0 with QT_NO_LIBRARY? I am getting a link error qRegisterStaticPluginFunction(QStaticPlugin). Any help in this regard. I need to use the QT_NO_LIBRARY since i need to disable the dynamic linking, ___ Development mailing list

[Development] QT 5.0 Configure fails

2013-01-05 Thread Mumtaz Ahmad
Hi, I am trying to compile QT 5.0 using Mingw and it fails while it start building qmake.exe. Can anyone send me qmake.exe and moc.exe? Thanks Mumtaz Ahmad ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman

Re: [Development] QT 5.0 Configure fails

2013-01-05 Thread Mumtaz Ahmad
, -- I can send the full error log if you need so On Sat, Jan 5, 2013 at 11:57 PM, Thiago Macieira thiago.macie...@intel.comwrote: On sábado, 5 de janeiro de 2013 23.25.32, Mumtaz Ahmad wrote: Hi, I am trying to compile QT