I've tested and I have 2 problems:
1) How do you put on/off the debugging in CMake?
2) When I restart my program, the file is emptied and the new text is written in the file. But I want to add the new text at the end of the file. How can I do this?
I've tested and I have 2 problems:
1) How do you put on/off the debugging in CMake?
2) When I restart my program, the file is emptied and the new text is written in the file. But I want to add the new text at the end of the file. How can I do this?
Using Qt version 4.3.0
1. I think the answer is in your other post.
2. Use >> (append ) instead of > when you redirect the app outpout.
Regards
I try to compile it:
Qt Code:
cmake ../QQMsn -DQT_NO_DEBUG_OUTPUTTo copy to clipboard, switch view to plain text mode
Output:
But what is VAR, type and value? I only has a value (QT_NO_DEBUG_OUTPUT), what are the others?Parse error in command line argument: -DQT_NO_DEBUG_OUTPUT
Should be: VAR:type=value
CMake Error: No cmake scrpt provided.
CMake Error: Problem processing arguments. Aborting.
Using Qt version 4.3.0
Bookmarks