[Qt-creator] qmake and backtick command arguments

Andrzej Telszewski atelszewski at gmail.com
Mon Feb 22 09:45:41 CET 2016


On 22/02/16 09:39, Ziller Eike wrote:
>> This yields yet another inconvenience. Using QMAKE_CFLAGS allows application to compile fine, but header files are not seen by Qt Creator and so cannot be nicely navigated.
> Looks like Qt Creator handles QMAKE_CXXFLAGS, but not QMAKE_CFLAGS.
>
> Br, Eike
>

OK, now I understand what you meant.

This works for navigation/browsing:
QMAKE_CXXFLAGS += $$system(php-config --includes)

but this, does not work:
QMAKE_CFLAGS += $$system(php-config --includes)

-- 
Best regards,
Andrzej Telszewski



More information about the Qt-creator mailing list