On 16/08/2019 17:16, Henrik Uggla wrote: > Hi! > > When I run: > DESTDIR=/otherroot make install > > QScintilla ignores DESTDIR. How can I change the installation root > directory? INSTALL_ROOT but this is a prefix not a replacement. Otherwise edit the .pro file before building. Phil