Using QtCreator to build/run QtTestBrowser
-
I have successfully build and run the test browser in QtCreator 2.5, but I am having two problems:
- All of the code that is wrapped in an #if ENABLE( module_name ) is grayed out. The modules are enabled in the .config file, but I guess the IDE does not read that file.
- Looking at the folders/files in the projects pane, I cannot find the API files, such as qwebview.cpp
The project I opened and configured is WebKit.pro in the top directory
I am building the project using a custom step: Tools/Scripts/build-webkit --qt --debug (etc..)I'd really like to be able to set breakpoints in our Module and be able to browse all of the qt related source code.
Thanks!