--- codelite/codelitephp/CMakeLists.txt.orig 2015-03-11 06:33:40.701800000 +0300 +++ codelite/codelitephp/CMakeLists.txt 2015-03-11 06:33:58.766600000 +0300 @@ -15,10 +15,10 @@ # It was noticed that when using MinGW gcc it is essential that 'core' is mentioned before 'base'. if (WITH_WEBVIEW) message("-- Internal Web Browser is enabled") - find_package(wxWidgets COMPONENTS adv aui base core html xml xrc net stc webview REQUIRED) + find_package(wxWidgets COMPONENTS adv aui base core html propgrid xml xrc net stc webview REQUIRED) else() message("-- Internal Web Browser is disabled") - find_package(wxWidgets COMPONENTS adv aui base core html xml xrc net stc REQUIRED) + find_package(wxWidgets COMPONENTS adv aui base core html propgrid xml xrc net stc REQUIRED) endif() # wxWidgets include (this will do all the magic to configure everything)