[Qt-interest] qmake does not find source files

Konstantin Tokarev annulen at yandex.ru
Tue Oct 4 09:32:54 CEST 2011


04.10.2011, 11:25, "Schimkowitsch Robert" <Robert.Schimkowitsch at andritz.com>:
> That doesn't make much sense.
>
> The .pro file naturally needs to know where the .pri files is. But it shouldn't require knowledge of the source location within that .pri file.

pri file is mechanically included into .pro (just like C preprocessor #include do), so it should contain path relative to .pro, or absolute paths (with $$PWD)

-- 
Regards,
Konstantin



More information about the Qt-interest-old mailing list