Tom Sutcliffe - 2011-04-26

hmm those files aren't part of fshell/muxcons, they're part of the qt creator source tree. Where is the "mux" directory relative to the creator source code? For it to build cleanly it needs to be in <creatorsrc>/src/plugins/ and to be included in plugins.pro. If it's outside the creator source tree and you want to build it separately, you'll need to modify fshell.pro and uncomment and maybe update the QTCREATOR_SOURCES lines (lines 24-25). But I've had problems getting that to work in the past, it doesn't appear to be a very supported setup to build plugins like that.

Also please note that if you only wanted to build the standalone application, you need to build src/muxcons.pro, not fshell.pro.