Re: [QGIS-Developer] QGIS master, Qt Creator 4.4.1 and Qt 5.9

2017-10-26 Thread G. Allegri
I confirm that upgrading solved the problem, thanks Peter!
I needed to tell QtCreator kit to use the upgraded version...

giovanni

2017-10-26 18:41 GMT+02:00 G. Allegri :

> No way. I've just tested with cmake 3.10. I fear there's something wrong
> with Qt, because my build dir contains only moc files with a .cpp_parametes
> extension. No *.cpp and no *.h :(
>
> giovanni
>
> 2017-10-26 12:59 GMT+02:00 G. Allegri :
>
>> Thanks Peter, i will try updateing CMale.
>>
>> 2017-10-26 12:56 GMT+02:00 Peter Petrik > co.uk>:
>>
>>> Hi,
>>>
>>> I experienced similar behavior. I have updated to CMake 3.9.4 and
>>> QtCreator 4.4.1 and it now works nicely.
>>>
>>> Kind regards,
>>> Peter
>>>
>>>
>>> On Thu, Oct 26, 2017 at 12:03 PM, G. Allegri  wrote:
>>>
 In the past I could easily use Qt Creator to open the QGIS CmakeLists
 as a project and navigate sources and headers inside the editor.
 Today I've setup a fresh Qt Creator (latest with Qt 5.9). While it can
 open CmakeLists as usual and configure it, the editor shows only the
 CmakeLists file but note the src files tree.

 I know this isn't strictly related to QGIS but given that Qt Creator is
 one of the preferred options to build/debug QGIS, I wondered if anyone else
 had the same problem and if you have suggestions to setup the environment.

 Thanks,
 giovanni

 ___
 QGIS-Developer mailing list
 QGIS-Developer@lists.osgeo.org
 List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
 Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

>>>
>>>
>>
>
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] QGIS master, Qt Creator 4.4.1 and Qt 5.9

2017-10-26 Thread G. Allegri
No way. I've just tested with cmake 3.10. I fear there's something wrong
with Qt, because my build dir contains only moc files with a .cpp_parametes
extension. No *.cpp and no *.h :(

giovanni

2017-10-26 12:59 GMT+02:00 G. Allegri :

> Thanks Peter, i will try updateing CMale.
>
> 2017-10-26 12:56 GMT+02:00 Peter Petrik  co.uk>:
>
>> Hi,
>>
>> I experienced similar behavior. I have updated to CMake 3.9.4 and
>> QtCreator 4.4.1 and it now works nicely.
>>
>> Kind regards,
>> Peter
>>
>>
>> On Thu, Oct 26, 2017 at 12:03 PM, G. Allegri  wrote:
>>
>>> In the past I could easily use Qt Creator to open the QGIS CmakeLists as
>>> a project and navigate sources and headers inside the editor.
>>> Today I've setup a fresh Qt Creator (latest with Qt 5.9). While it can
>>> open CmakeLists as usual and configure it, the editor shows only the
>>> CmakeLists file but note the src files tree.
>>>
>>> I know this isn't strictly related to QGIS but given that Qt Creator is
>>> one of the preferred options to build/debug QGIS, I wondered if anyone else
>>> had the same problem and if you have suggestions to setup the environment.
>>>
>>> Thanks,
>>> giovanni
>>>
>>> ___
>>> QGIS-Developer mailing list
>>> QGIS-Developer@lists.osgeo.org
>>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>>>
>>
>>
>
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] QGIS master, Qt Creator 4.4.1 and Qt 5.9

2017-10-26 Thread G. Allegri
Thanks Peter, i will try updateing CMale.

2017-10-26 12:56 GMT+02:00 Peter Petrik 
:

> Hi,
>
> I experienced similar behavior. I have updated to CMake 3.9.4 and
> QtCreator 4.4.1 and it now works nicely.
>
> Kind regards,
> Peter
>
>
> On Thu, Oct 26, 2017 at 12:03 PM, G. Allegri  wrote:
>
>> In the past I could easily use Qt Creator to open the QGIS CmakeLists as
>> a project and navigate sources and headers inside the editor.
>> Today I've setup a fresh Qt Creator (latest with Qt 5.9). While it can
>> open CmakeLists as usual and configure it, the editor shows only the
>> CmakeLists file but note the src files tree.
>>
>> I know this isn't strictly related to QGIS but given that Qt Creator is
>> one of the preferred options to build/debug QGIS, I wondered if anyone else
>> had the same problem and if you have suggestions to setup the environment.
>>
>> Thanks,
>> giovanni
>>
>> ___
>> QGIS-Developer mailing list
>> QGIS-Developer@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
>
>
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] QGIS master, Qt Creator 4.4.1 and Qt 5.9

2017-10-26 Thread Peter Petrik
Hi,

I experienced similar behavior. I have updated to CMake 3.9.4 and QtCreator
4.4.1 and it now works nicely.

Kind regards,
Peter


On Thu, Oct 26, 2017 at 12:03 PM, G. Allegri  wrote:

> In the past I could easily use Qt Creator to open the QGIS CmakeLists as a
> project and navigate sources and headers inside the editor.
> Today I've setup a fresh Qt Creator (latest with Qt 5.9). While it can
> open CmakeLists as usual and configure it, the editor shows only the
> CmakeLists file but note the src files tree.
>
> I know this isn't strictly related to QGIS but given that Qt Creator is
> one of the preferred options to build/debug QGIS, I wondered if anyone else
> had the same problem and if you have suggestions to setup the environment.
>
> Thanks,
> giovanni
>
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer