How do you configure Qt Creator to use both Qt4 and Qt5? -


i download qt creator 2.7.0 (based on qt 5.0.2 (64 bit)). seems compile qt5.

i know can download qt4 sdk, how can configure projects use qt4 instead if need to? please provide detailed instructions. i'm on ubuntu , not using repository supplied qt tools/libraries.

answer: download qt4, compile (if necessary) in menu tools->options->build & run->qt versions, add qt4 manually similar qt5 config. need path qmake file. go kits tab in same options box, , add manual qt 4 kit. can change kit available app via projects tile , add kit button. add qt4 kit, remove qt5 kit, rebuild all. simple.

ref: http://doc.qt.io/qtcreator/creator-targets.html


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -