我想将生成的 Makefile 定位到另一个目录并从那里使用它。
这是我的个人资料的一部分:
OBJECTS_DIR = build/Objects-files
MOC_DIR = build/Moc-files
RCC_DIR = build/Rcc-files
# Location of the binary file
DESTDIR = bin
MAKEFILE = build/Makefile
最后一行我得到:
make: *** No targets specified and no makefile found. Stop.
Exited with code 2.
第二个问题,什么变量设置了 ui 包含文件的位置(例如ui_mainwindow.h
谢谢