Re: [Qt-creator] Using Qt Quick 1 code model instead of Qt Quick 2. (M324)

2014-11-27 Thread Harri Pasanen
On 28/11/2014 08:34, Harri Pasanen wrote:
> With Qt Creator from 5.4.0 RC  I get squiggly underlines under QML 
> elements and the tooltip in subject when I hover with a mouse.
>
> I presume because of that the F1 help does not work.
>
> Everything seems to run though.
>
> What might be the cause this? 
> https://bugreports.qt-project.org/browse/QTCREATORBUG-11328 describes 
> the same symptoms, but I'm not using CMake.
>

Replying to myself for the benefit of someone else running into this 
problem:

My projects .pro.user file had evolved through many Qt Creator or Kit 
versions.
Deleting the .user* and reconfiguring my project made everything work again.

Harri
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


[Qt-creator] Using Qt Quick 1 code model instead of Qt Quick 2. (M324)

2014-11-27 Thread Harri Pasanen
With Qt Creator from 5.4.0 RC  I get squiggly underlines under QML 
elements and the tooltip in subject when I hover with a mouse.

I presume because of that the F1 help does not work.

Everything seems to run though.

What might be the cause this? 
https://bugreports.qt-project.org/browse/QTCREATORBUG-11328 describes 
the same symptoms, but I'm not using CMake.

Harri
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] Problems debugging on Android

2014-11-27 Thread Harri Pasanen
Well, debugging failed exactly the same way with the rc package I just 
installed:  Built on Nov 25 2014 at 15:25:32 From revision 20cf9add91


The culprit seems to be KitKat 4.4.2 on my Samsung S4 mini, debugging of 
even a smallest sample program fails.


Debugging the same build works on my Nexus 7, KitKat 4.4.4.

I submitted:

https://bugreports.qt-project.org/browse/QTBUG-42945



On 27/11/2014 12:23, Harri Pasanen wrote:
Sorry for cross posting, I'm not sure if my issues are Qt Creator or 
Android kit related.


I've been testing various snapshots of Qt Creator and Qt 5.4.0 hoping 
to contribute in a small way to release quality.


Developing on Kubuntu 14.04 amd64.
Current Qt Creator is

Qt Creator 3.2.82 (3.3.0-rc1-opensource)

Based on Qt 5.4.0 (GCC 4.6.1, 64 bit)

Built on Nov 24 2014 at 04:12:12

From revision cb30a1ae10


Now, when testing debugging on an Android device I'm getting at app 
starting time 3 overlapping dialogs, all stating the same things:


This does not seem to be a "Debug" build.

Setting breakpoints by file name and line number may fail.


Section .debug_info: Not found.

Section .debug_abbrev: Not found.

Section .debug_line: Not found.

Section .debug_str: Not found.

Section .debug_loc: Not found.

Section .debug_range: Not found.

Section .gdb_index: Not found.

Section .note.gnu.build-id: Not found.

Section .gnu.hash: Not found.

Section .gnu_debuglink: Not found.



Looking at compile log, I see -g being passed to g++ during compiling, 
but not during linking, not sure if shared library link would require it.


I'm downloading the latest 
qt-opensource-linux-x64-android-5.4.0-rc.run 
 
right now, hoping it would fix this issue.   Still, wondering where 
the issue comes from in the first place.


Harri
















___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


[Qt-creator] Problems debugging on Android

2014-11-27 Thread Harri Pasanen
Sorry for cross posting, I'm not sure if my issues are Qt Creator or 
Android kit related.

I've been testing various snapshots of Qt Creator and Qt 5.4.0 hoping to 
contribute in a small way to release quality.

Developing on Kubuntu 14.04 amd64.
Current Qt Creator is

Qt Creator 3.2.82 (3.3.0-rc1-opensource)

Based on Qt 5.4.0 (GCC 4.6.1, 64 bit)

Built on Nov 24 2014 at 04:12:12

 From revision cb30a1ae10


Now, when testing debugging on an Android device I'm getting at app 
starting time 3 overlapping dialogs, all stating the same things:

This does not seem to be a "Debug" build.

Setting breakpoints by file name and line number may fail.


Section .debug_info: Not found.

Section .debug_abbrev: Not found.

Section .debug_line: Not found.

Section .debug_str: Not found.

Section .debug_loc: Not found.

Section .debug_range: Not found.

Section .gdb_index: Not found.

Section .note.gnu.build-id: Not found.

Section .gnu.hash: Not found.

Section .gnu_debuglink: Not found.



Looking at compile log, I see -g being passed to g++ during compiling, 
but not during linking, not sure if shared library link would require it.

I'm downloading the latest qt-opensource-linux-x64-android-5.4.0-rc.run 

 
right now, hoping it would fix this issue.   Still, wondering where the 
issue comes from in the first place.

Harri














___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] QtCreator 3.3 RC looses MSVC compiler settings

2014-11-27 Thread André Hartmann
Hi Christian,

Thanks for the hint. Indeed, updating to tonight's version helped.

Best regards,
André

Am 27.11.2014 um 08:25 schrieb Stenger Christian:
> Hi,
>
> yes, that's a known issue and should have been fixed already ( 
> https://bugreports.qt-project.org/browse/QTCREATORBUG-13515 )
>
> Kind regards,
> Christian
>
> 
> From: qt-creator-bounces+christian.stenger=theqtcompany@qt-project.org 
>  on 
> behalf of André Hartmann 
> Sent: Thursday, November 27, 2014 8:16 AM
> To: qt-creator@qt-project.org
> Subject: [Qt-creator] QtCreator 3.3 RC looses MSVC compiler settings
>
> Hi,
>
> When working with the Nightly 3.3 Build as of Nov 25 (9a5f81d96f) under
> Windows 7 x64, my two MSVC kits loose their "Compiler" setting.
> Interestingly, the one MinGW kit doesn't.
>
> The Qt versions are all "Manual", the MSVC compilers are
> "Auto-detetcted" and the MinGW is "Manual".
>
> Is this a known problem?
>
> Thanks.
>
> ___
> Qt-creator mailing list
> Qt-creator@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>
>


-- 
Best regards / Mit freundlichen Grüßen
André Hartmann, Dipl.-Ing. (FH)
Software Project Manager

iseg Spezialelektronik GmbH |  phone: ++49 (0)351 26996-43
Bautzner Landstr. 23|  fax:   ++49 (0)351 26996-21
D-01454 Radeberg / Rossendorf   |  web:   www.iseg-hv.com

Geschäftsführer / Managing director: Dr. F. Gleisberg, Dr. J. Pöthig
Amtsgericht / Lower district court: Dresden HRB 16250
Ust.-Id.-Nr. / VAT-ID: DE812508942

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder
diese E-Mail irrtümlich erhalten haben, informieren Sie bitte
sofort den Absender und vernichten Sie diese Mail.
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser
Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information.
If you are not the intended recipient (or have received this e-mail
in error) please notify the sender immediately and delete this e-mail.
Any unauthorized copying, disclosure or distribution of the material
in this e-mail is strictly forbidden.
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator