Hi there, I install Otter Browser (http://otter-browser.org) but QCommandLineParser not found.
I use openSUSE 13.1 GNOME and install Qt5.2.
I can find QCommandLineParser in ~/bin/Qt5.2.0/5.2.0/gcc/include/QtCore/.
I'm confuse, thanks for your answer.
I'm sorry for my bad english.
Code:
Scanning dependencies of target otter-browser
[ 25%] Building CXX object CMakeFiles/otter-browser.dir/qrc_resources.cpp.o
[ 27%] Building CXX object CMakeFiles/otter-browser.dir/src/main.cpp.o
In file included from /home/ramdzi/Downloads/master/otter/src/main.cpp:20:0:
/home/user/Downloads/master/otter/src/core/Application.h:26:37: fatal error: QtCore/QCommandLineParser: No such file or directory
#include <QtCore/QCommandLineParser>
^
compilation terminated.
make[2]: *** [CMakeFiles/otter-browser.dir/src/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/otter-browser.dir/all] Error 2
make: *** [all] Error 2
I can find QCommandLineParser in ~/bin/Qt5.2.0/5.2.0/gcc/include/QtCore/.
I'm confuse, thanks for your answer.
I'm sorry for my bad english.