If you want to build the qt5 version of okular you want the frameworks
branch, not master. If you want the qt4 based version of okular you
want the master branch and to use qmake-qt4.
On Fri, Oct 24, 2014 at 3:10 AM, Sahil Sehgal wrote:
> I tried to build after i install qt4 and execute the above
I tried to build after i install qt4 and execute the above mentioned
commands. This is what i got
*/home/sahil/my/New Folder/prog/okular/build> /usr/bin/cmake
-DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Debug
'/home/sahil/my/New Folder/prog/okular/'*
*-- Found Qt-Version 4.8.6 (using /usr
Thanks for the support,
I was trying to build in QT5, won't it work there?
Meanwhile i am also installing qt4-dev-tools
On Fri, Oct 24, 2014 at 1:05 PM, proy wrote:
> Hi Sahil,
>
> I got the same problem when I tried to compile using terminal. Below steps
> resolved those:
>
> 1. Remove *CMa
Hi Sahil,
I got the same problem when I tried to compile using terminal. Below steps
resolved those:
1. Remove *CMakeCache.txt* first,
2. Run *cmake -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4*
If you are running *cmake* from "*okular/build*" folder try this command
*cmake .. -DQT_QMAKE_EXECUTABLE=
Hello
I was trying to build Okular (KDE application) in IDE (QT-creator and
Kdevelop both). I did the following steps:
1.) clonned the source code of Okular
2.) loaded the source code in IDE
3.) click on the build command.
I got the following error
*/home/sahil/my/New Folder/