forked from qt-creator/qt-creator
Qt 6.4 automatically includes GNUInstallDirs, but before that it didn't. And for the "plain" projects Qt isn't even used. Since the project templates use CMAKE_INSTALL_LIBDIR etc, they must ensure themselves that these are actually available. Fixes: QTCREATORBUG-29067 Change-Id: Id304b829301a33720d8f6c4a9c89157e8fc1c4a9 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>