Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opening a file in an existing Qt creator instance

My team is working with QT creator 2.8.0 to develop our product on Linux Suse 11. I'm developing an external tool to help with managing source-control (git-flow) and dev tasks and schedule.

I can use my tool to open files in QT creator from command line, but I much prefer telling the existing instance of QT creator to open them. How can I achieve that?

like image 479
user355289 Avatar asked Oct 25 '25 22:10

user355289


1 Answers

It's a simple command:

<path_to>/qtcreator -client <file_path>

You can do:

<path_to>/qtcreator -help

to see all the other command line options the creator provides

like image 53
Felix Avatar answered Oct 27 '25 18:10

Felix



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!