How to configure compiler in debian os QT kit -


i installed qt creator in debian linux. if try create new project, in kit option got error "no valid kit found". if go tools ->options -> build&run -> kit, there no options select. installed same in ubuntu, working fine without same problem. im missing?

also suggest me if need reinstall qt creator or else...

its time explain tricks install qt creator in debian linux operating system.

step 1: dont install qt creator in pc. install whole package of qt [link download qt sdk below][1]

[1]: http://www.qt.io/download-open-source/#section-2 , libraries , dependencies.

after downloading file in ".run" format . install downloaded file in terminal (by giving commands).

step 2: install sudo apt-get install g++

sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev

in terminal.

step 3: install

sudo apt-get install libcanberra-gtk-module

sudo apt-get install libcanberra-gtk-module:i386

now restart system once , create new project.it should work

i thank agold guidance , spent more 3 hours resolve issue. :)


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -