Qt 6.11 is out! See what's new in the release
blog
qmake infile error
-
Hey guys,
in the QT Creator output i get the following error for this line of qmake code.
exists(user_config.pri):infile(user_config.pri, CONFIG) { CONFIG += $$fromfile(user_config.pri, CONFIG) message($$sprintf("Using user-supplied additional config: '%1' specified in user_config.pri", $$fromfile(user_config.pri, CONFIG))) }Cannot read ***/user_config.pri: No such file or directoryWhy?
-
Hey guys,
in the QT Creator output i get the following error for this line of qmake code.
exists(user_config.pri):infile(user_config.pri, CONFIG) { CONFIG += $$fromfile(user_config.pri, CONFIG) message($$sprintf("Using user-supplied additional config: '%1' specified in user_config.pri", $$fromfile(user_config.pri, CONFIG))) }Cannot read ***/user_config.pri: No such file or directoryWhy?