Re: [Qt-creator] how can i use clang-cl with qt creator under Windows?

2018-03-07 Thread Markus Maier
every restart of Qt Creator. Best regards Markus Maier 2018-03-08 8:01 GMT+01:00 Dennis Luehring <dl.so...@gmx.net>: > Am 08.03.2018 um 07:22 schrieb Eike Ziller: > > >>Check if the qmake step in your build configuration includes “-spec > win32-clang-msvc”. > >>

Re: [Qt-creator] how can i use clang-cl with qt creator under Windows?

2018-03-07 Thread Markus Maier
>> QMAKE_CXXFLAGS = $$QMAKE_CFLAGS Wrong line, sorry. I meant the following lines in qmake.conf of win32-clang-msvc: QMAKE_CC= clang-cl QMAKE_CXX = $$QMAKE_CC 2018-03-08 8:39 GMT+01:00 Markus Maier <markus.maier...@gmail.com>: > Hi, &g

Re: [Qt-creator] [Android-development] What's the recommended way to update Android Templates

2018-11-06 Thread Markus Maier
Hi ekke, Hi Bogdan, I understand the need to copy the android manifest to the project for modifying it - this is what I also do. What I don't do is copy any other files from the Android templates like the gradle files. What is your usecase for copying these files, or better said: what do you

Re: [Qt-creator] Snapshot builds for 4.8

2018-11-05 Thread Markus Maier
Am Mo., 5. Nov. 2018 um 14:36 Uhr schrieb Eike Ziller : > > On 29. Oct 2018, at 08:31, André Hartmann wrote: > > Hi Eike, > > sorry to bother again, but the Windows snapshot seems to stuck at October 23, even if the download page [1] claims the last snapshot has been build on October 27. > > Can

Re: [Qt-creator] [Android-development] Can't Debug Android app anymore

2019-02-05 Thread Markus Maier
Related google issue tracker entry from 2016 (!): https://issuetracker.google.com/issues/37093233 Most interesting: * Google has added tests to their Android certification to make sure this is fixed for future devices. * There also is some issue with a Pixel C device mentioned there ... * Not