Re: compiling okular

2014-01-17 Thread Shubham Chaudhary
On 1/17/14, GAURAV Agrawal wrote: > Hello, > > I have solved the previous error that I mailed to the list. > > But now that I have compiled Okular , how can I transfer the source code of > Okular to Qt creator How about goggling 'how to use qt creator kde'? I am pretty sure that it will give you

Re:compiling okular

2014-01-17 Thread GAURAV Agrawal
Hello, I have solved the previous error that I mailed to the list. But now that I have compiled Okular , how can I transfer the source code of Okular to Qt creator and start playing around with the code or start building the code and solve some bugs. I dont know what is to be done after I have

Re: compiling okular

2014-01-17 Thread Shubham Chaudhary
On 1/17/14, Thom Castermans wrote: > Hi Gaurav, > > It basically says that you need to install libqjson. It depends a > little bit on the distribution you use how to do that, but mostly it > is a matter of executing `apt-get install libqjson`. Ditto. >> Linking CXX shared library lib/libokularc

Re: compiling okular

2014-01-17 Thread Thom Castermans
Hi Gaurav, It basically says that you need to install libqjson. It depends a little bit on the distribution you use how to do that, but mostly it is a matter of executing `apt-get install libqjson`. Thom 2014/1/17 GAURAV Agrawal : > Hi, > > thanks for helping me with the command > cmak

Re:compiling okular

2014-01-17 Thread GAURAV Agrawal
Hi, thanks for helping me with the command cmake .. -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 It worked. but then when I executed the command "make" ,It gave me this error - *gaurav@gaurav-Inspiron-5520:~/okular/build$ make [ 0%] Built target okularcore_automoc Linking CXX shar

Re: compiling okular

2014-01-17 Thread Arjun AK
Try running: "cmake .. -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4" GAURAV Agrawal wrote: >Hi, > >I am running that in okular/build directory. > >Gaurav > > >On Fri, Jan 17, 2014 at 2:23 AM, Albert Astals Cid >wrote: > >> El Dijous, 16 de gener de 2014, a les 16:07:28, GAURAV Agrawal va >escriure: