st@qt-project.org
Subject: Re: [Interest] QtQuickCompiler interfer with lupdate
Under Linux, I did try the following without success:
!lupdate_only {
CONFIG += qtquickcompiler
}
release {
CONFIG += qtquickcompiler
}
But it doesn't work for both.
Updating '
xisting)
Updating 'i18n/ mytr.fr.ts'...
Found 55 source text(s) (55 new and 0 already existing)
I put the current project into debug just to make sure. Maybe I should pass a
flag to lupdate?
From: Interest On Behalf Of ekke
Sent: January 16, 2019 3:47 AM
To: interest@qt-project.org
Subject:
Hi,
I'm using Qt 5.12.0 under macOS 10.13.6 for Android / iOS
QtQuickCompiler is only used in Release Builds and lupdate / QtLinguist
/ lrelease only in debug builds
all is working fine for me with this constellation
ekke
Am 15.01.19 um 23:04 schrieb Jérôme Godbout:
>
> Hi,
>
>
>
> Using Qt 5.1
Hi,
Using Qt 5.12.0. This is under Linux.
I have some internationalization in my project. I made my .pri to add the .qml
files and manages the required languages and files. This is all working with
the external tools / linguistic. If I have the following line to my .pro
CONFIG += qtquickcompile