Re: [Interest] QtLocation and API key

2023-08-07 Thread Sze Howe Koh
Hello Petric, The OpenStreetMap plugin originally did not require an API key. However, the previous tile server stopped working, so a new tile server (Thunderforest) was chosen to replace it. Thunderforest wants an API key, which is why you see the watermark. Qt Location needs to be updated to

Re: [Interest] Per-language lupdate options not possible with qt_add_lupdate CMake helper?

2023-08-07 Thread Elvis Stansvik
Filed another suggestion about these macros relating to applications with sources spread across multiple CMake targets: https://bugreports.qt.io/browse/QTBUG-115846 Den mån 7 aug. 2023 kl 19:55 skrev Elvis Stansvik : > > Thanks Alexandru, > > => https://bugreports.qt.io/browse/QTBUG-115845 > >

Re: [Interest] Per-language lupdate options not possible with qt_add_lupdate CMake helper?

2023-08-07 Thread Elvis Stansvik
Thanks Alexandru, => https://bugreports.qt.io/browse/QTBUG-115845 Den mån 7 aug. 2023 kl 09:42 skrev Alexandru Croitor : > > Hi, > > Unless i'm misreading the code, i don't think it's currently possible to pass > per-file / per-lang > separate options for a single target with qt_add_lupdate. >

[Interest] QtLocation and API key

2023-08-07 Thread Petric Frank
Hello, i compiled the example "minimal_map". It runs well except there is a watermark "API Key Required" at the picture. By reading some web pages (here: https://uxper.gitbook.io/wp-golo/faqs/how-to-create-an-api-key-for-openstreetmap) it seems you can obtain one from MapBox. But how to

Re: [Interest] Per-language lupdate options not possible with qt_add_lupdate CMake helper?

2023-08-07 Thread Alexandru Croitor via Interest
Hi, Unless i'm misreading the code, i don't think it's currently possible to pass per-file / per-lang separate options for a single target with qt_add_lupdate. You could try to work around it by having separate targets per language, but that's clearly sub-optimal. You should be fine with