[Interest] How to exclude files from lupdate in .pro?
Oleg Evseev
ev.mipt at gmail.com
Wed Dec 27 10:47:01 CET 2017
Hi all,
According to documentation in qt there is a workaround lupdate_only{...} -
conditional statement so the lupdate tool sees some file (for example .qml
files) but the C++ compiler ignores them.
I wonder if there is a opposite workaround some conditional statement (or
something else) so the lupdate tool doesn't check some file/dirs, but the
C++ compiler still see them.
For example scanning
INCLUDEPATH += "c:/boost_1_64_0/"
by lupdate takes too much time.
---
With regards, Oleg.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20171227/0b07fb6a/attachment.html>
More information about the Interest
mailing list