[Kst] branches/work/kst/portto4/kst
Peter Kümmel
syntheticpp at gmx.net
Thu Jan 20 06:09:41 CET 2011
SVN commit 1215886 by kuemmel:
update: merged build and new files
M +5 -1 INSTALL
--- branches/work/kst/portto4/kst/INSTALL #1215885:1215886
@@ -87,7 +87,7 @@
* Adding new files
The cmake build system scans the directories, so no need to update any file,
- just re-run cmake. Also the moccing rules are generated.
+ just re-run cmake. Also the mocing rules are generated.
* Unused source code file
Because cmake scans the directories for *.cpp and *.h files it will also
@@ -135,6 +135,10 @@
file, all listed files will be compiled separately. Sometimes this is needed because
of too much compiler errors, and it is simpler not to merge the file.
+ Adding new files
+ When you add new files the merging files have to be rebuild:
+ cmake -Dkst_merge_rebuild=1
+ Or start over by complety cleaning the build folder.
Packaging
More information about the Kst
mailing list