I want to find the generated Makefile in another directory and use it from there.
Here is part of my profile:
OBJECTS_DIR = build/Objects-files
MOC_DIR = build/Moc-files
RCC_DIR = build/Rcc-files
DESTDIR = bin
MAKEFILE = build/Makefile
And with the last line, I got:
make: *** No targets specified and no makefile found. Stop.
Exited with code 2.
And the second question, which variable sets the location of the ui include files (e.g. ui_mainwindow.h
thank
source
share