Hello, I cross post the answer I did to another similar question:
the default installation uses /opt/qxmledit.
If you instead like to use standard paths for your distribution you
can customize the installation by using environment variables that
point to your official paths before calling qmake.
In the INSTALL file the variables are documented.
For example if you want to put the executable into a folder 'x'
export QXMLEDIT_INST_DIR=x
./compile.sh
You can check, as a reference, what the OpenSuse Packager did in the file:
https://build.opensuse.org/package/view_file/openSUSE:Leap:42.2/qxmledit/qxmledit.spec
2017-09-21 12:11 GMT+02:00
> hi,
>
> I am compiling QXmlEdit on Linux Mint 18.2, very similar paths as Ubuntu.
>
> The compiling process works but I should configure the installation paths to
> my system, how should I do that?
> What I found in the docs is not enough clear to me.
>
> thanks
>