Manually configuring shadow build in qmake

后端 未结 2 2032
半阙折子戏
半阙折子戏 2021-02-12 18:21

There is a feature I really like in qt creator and it is the Shadow build. When the Shadow Build is on, all the generated files (*.moc, Makefile, *.o) will be generated in a giv

2条回答
  •  温柔的废话
    2021-02-12 18:44

    You can also try the experimental QMake support plugin for KDevelop: https://projects.kde.org/kdev-qmake

    It asks you for a build folder on first start and does the shadow-build stuff. Note that you need to make sure your .pro and .pri files are written properly - it's quite easy to mess it up. CMake is much simpler in that regard!

提交回复
热议问题