On 08/12/2013 10:37 AM, Theo de Vries wrote: > Elsewhere (http://qt-project.org/forums/viewthread/31038/) I reported my > issue with manipulating TextFiles with qbs. Am I the only one having > trouble? I would appreciate it if someone could confirm / deny this.
The right place to ask this question is the qbs mailing list; see http://lists.qt-project.org/mailman/listinfo/qbs. Your problem is probably solved by importing qbs.TextFile at the top of your project file. This requirement was recently introduced for consistency. Similarly, the other import statement should now read "import qbs.FileInfo". Christian _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
