aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/msvctoolchain.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2023-03-20 12:32:37 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2023-03-21 13:59:46 +0000
commit65814b124c2dcbd59f9bbd91a9c04c355ae37d4d (patch)
treeca845dbfb58bbbca7b6b4b3adf6175755f931e07 /src/plugins/projectexplorer/msvctoolchain.h
parent80fa3339e06236bebeb1894deeb4cf7e648c2888 (diff)
CMakeProjectManager: Add lib and app binaries to project tree
Task-number: QTCREATORBUG-28815 Change-Id: I58ebcd2a6935eb4b6746b5fd58e6ab8b97fdef43 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/msvctoolchain.h')
-rw-r--r--src/plugins/projectexplorer/msvctoolchain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/msvctoolchain.h b/src/plugins/projectexplorer/msvctoolchain.h
index cb1fdc5523..68f8b9dcf1 100644
--- a/src/plugins/projectexplorer/msvctoolchain.h
+++ b/src/plugins/projectexplorer/msvctoolchain.h
@@ -81,6 +81,8 @@ public:
const QString &batchFile,
const QString &batchArgs,
QMap<QString, QString> &envPairs);
+ bool environmentInitialized() const { return !m_environmentModifications.isEmpty(); }
+
protected:
class WarningFlagAdder
{