Compile one file in QT Creator -


How to compile only one file from a project in QT creator Is there a hotkey? For example in VS you can press Ctrl F7 and compile your current CPP file.

Now it is possible to do at least QT creator since 2.8.1.

Use Build-> File File & lt; Filename & gt; or shortcut Ctrl + Alt + B :

 Enter image details here

Or right-click on a file in the project view, and there is a build item in the context menu that creates that file:

Enter image details here

You can track or vote for the feature request.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -