24.09.2013, 12:52, "Frédéric Marchal" <[email protected]>: >> Is there a config that can be added to the .pro file or something that >> can be uploaded to git which would automatically disable shadow building >> on fresh clones of a project? I have a project with data files in the >> run folder and a version tool which runs on each compile to generate a >> version header. Both of these things break when using shadow builds. In >> cases like this it would be nice to be able to disable shadow build on a >> project level. I don't think I am the only Qt Creator user that would >> like this. It would eliminate a bit of instruction from our wiki as well. > > You are not the only one to wish for that feature. > > I heavily rely on text files that are stored in the repository but must be > accessible to the application.
You can copy them to build directory, or make a symbolic link. -- Regards, Konstantin _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
