[SOLVED] Only One Running Instance of Qt Creator
-
Hi,
You could run qtcreator with -client option.
More "here":http://qt-project.org/doc/qtcreator-3.2/creator-cli.html -
man qtcreator
@QTCREATOR(1) General Commands Manual QTCREATOR(1)NAME
qtcreator - Integrated Development Environment for QtSYNOPSIS
qtcreator [options] file(s)DESCRIPTION
Qt Creator is a lightweight, cross-platform integrated development environment (IDE) designed to make development with the Qt
application framework faster and easier.OPTIONS
-help Show summary of options.-version Show version of program. -client Attempt to connect to already running instance. -noload <plugin> Do not load <plugin> file(s) Files to load.
SEE ALSO
The full documentation is available in /usr/share/qtcreator/docAUTHOR
This manual page was written by Adam Majer adamm@zombino.com and Jeremy Laine jeremy.laine@m4x.org, for the Debian project (and
may be used by others).@how could I have overlooked?
nevertheless MAN doesn't contain all the information from your link ) -
You are probably using an old version QtCreator. The link that i posted is of QtCreator v3.2 and hence the difference.