因为是把头文件 cpp文件 还有ui文件 分开放的 便于管理 但是这样做 会出现以上的错误。
如果添加 UI_DIR =tmp/ui 要提示以下错误
E:\gotocell>make
mingw32-make -f Makefile.Debug
mingw32-make[1]: *** No rule to make target `tmp\ui\ui_gotocelldialog.h', needed
by `bin\gotocell.exe'. Stop.
mingw32-make[1]: Entering directory `E:/gotocell'
mingw32-make[1]: Leaving directory `E:/gotocell'
mingw32-make: *** [debug] Error 2
哪位达人 有时间的话 帮小弟解释一下啊或给点建议这样是否可行?
我想要的效果就是
把h文件,cpp文件,ui文件分开放 qmake、make以后
生成的中间临时文件也分开放
谢谢啊