How to disable version control features in Qt Creator? -


i using independent version control management program (smartgit) alongside qt creator, , prefer not use qt creator version control management.

it becoming nuisance qt prompts me regarding whether i'd add new files git (when add new files qt creator project), , whether i'd remove files git (when remove files project).

earlier today, mistakenly added file git through qt creator when adding new file qt creator project. few minutes later, wished temporarily remove file project (likely re-added later). when removed file, qt creator dutifully asked me if i'd remove file version control - giving me warning file might removed permanently file system. understanding risk, nonetheless decided test behavior , said "yes, remove file git removing project". warning forewarned, file removed file system , had reconstruct it.

i live , use qt creator's version control features in addition smartgit's, and/or use smartgit directly deal mistaken occasional uses ogreatf qt creator's version control features. however, i'd rather disable qt creator's version control features entirely, convenience.

i looked through every qt creator option find in order see if possible disable qt creator's version control features (even if project's files under version control). unfortunately, cannot find option disable qt creator's version control features, anywhere. careful google search revealed nothing.

is possible disable qt creator's version control features, if project's files under version control? if so, how done?

help->about plugins... , deselect version control plugins.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -