Ok, try this.
Do this once:
- Unzip the attachement to %HOMEPATH%\.Codeblocks
- Restart Codeblocks
- Menu > Settings > Compiler
- Select Other tab
- Set Build method to Work with Makefiles (GNU "make" required)
- (Optional) Set Logging to Full command line
- Menu > Tools > Configure tools...
- Add the first tool
- Add
- Name: Create QT Project file
- Executable: Path to qmake.exe
- Parameters: -o Makefile
- Working directory: ${PROJECT_DIR}
- Ok
- Add the second tool
- Add
- Name: Create Makefile
- Executable: Path to qmake.exe
- Parameters: leave empty
- Working directory: ${PROJECT_DIR}
- Ok
For each of your new QT Projects do the following:
- Menu > File > New Project...
- Select User Templates tab
- Choose Cesar's QT Application
- After adding new *.cpp, *.h files don't forget to
- Menu > Tools > Create QT Project file
- Menu > Tools > Create Makefile
Bookmarks