On 9/15/16, 9:36 AM, "Konstantin Tokarev" <[email protected]> wrote: 15.09.2016, 16:27, "Clarkson, Edward C." <[email protected]>: > > We use cmake to build a project that consists of several components, some > of which can also be built independently of the others, but all of them share > global build settings. To that end, we currently use a global initial setting > cache file via the cmake –C command-line option when building via > terminal/automated tools. > You can use toolchain file instead to achieve the same result
Ah, good tip. Thanks. Ed _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
