Loading source code from disk to Qt creator

2014-01-18 Thread GAURAV Agrawal
Hello While I was trying to load source code to Qt creator following the steps given on http://techbase.kde.org/Development/Tutorials/Using_Qt_Creator#use_code_from_your_disk In the Run Cmake dialog,on entering the arguement */home/gaurav/okular -DCMAKE_INSTALL_PREFIX=/usr/local -DLIB_SUFFIX=

Re: Loading source code from disk to Qt creator

2014-01-18 Thread Arjun Ak
This is the same error that you had before. You missed out "-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4" On Sat, Jan 18, 2014 at 8:50 PM, GAURAV Agrawal wrote: > Hello > > While I was trying to load source code to Qt creator following the steps > given on > http://techbase.kde.org/Development/Tutori

Re: Loading source code from disk to Qt creator

2014-01-18 Thread Roney Gomes
Em 18-01-2014 12:26, Arjun Ak escreveu: > This is the same error that you had before. You missed out > "-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4" And you wouldn't have to pass this variable explicitly if you had configured Qt Creator's kits. Create a new kit pointing to qmake-qt4. (Tools > Option