diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-23 18:35:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-02 14:10:01 (GMT) |
commit | 1cdf7c1be24f87e2854204aa5bc7de4dc22af1a3 (patch) | |
tree | 21f35355bdcd6d024014b5a408e764a3f2f4f928 /Source/cmQtAutoGenerators.h | |
parent | 110c1bf475e2d1df27189936a1e7b66b48afb5a9 (diff) | |
download | CMake-1cdf7c1be24f87e2854204aa5bc7de4dc22af1a3.zip CMake-1cdf7c1be24f87e2854204aa5bc7de4dc22af1a3.tar.gz CMake-1cdf7c1be24f87e2854204aa5bc7de4dc22af1a3.tar.bz2 |
Autogen: Add AUTOUIC_SEARCH_PATHS support
Closes #15227
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index f9b9083..46c86ff 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -111,6 +111,8 @@ private: const std::map<std::string, std::set<std::string> >& mocDepends); // - Uic file generation + bool UicFindIncludedFile(std::string& absFile, const std::string& sourceFile, + const std::string& includeString); bool UicGenerateAll( const std::map<std::string, std::vector<std::string> >& includedUis); bool UicGenerateFile(const std::string& realName, @@ -184,6 +186,7 @@ private: std::vector<std::string> UicSkipList; std::vector<std::string> UicTargetOptions; std::map<std::string, std::string> UicOptions; + std::vector<std::string> UicSearchPaths; // - Rcc std::vector<std::string> RccSources; std::map<std::string, std::string> RccOptions; |