Quote:
Originally Posted by DiapDealer
Do you mean that you've set your install prefix to the same directory as the build directory (where you first issue the cmake command)?
|
Yes, of course I did. I do all my compiling things locally. I don't issue cmake command, I let Qt Creator make it:
Code:
cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/home/varlog/gits/Sigil-build -DCMAKE_BUILD_TYPE=Debug /home/varlog/gits/Sigil -DCMAKE_PREFIX_PATH=/opt/Qt5.3.1/5.3/gcc_64/lib/cmake
it works as promised! only
/share doesn't.