How to open qt project in Qt Creator in one click or macro or shortcut in Ubuntu
-
Using Windows can double click on pro file to open my project in Qt Creator
in Linux/Ubuntu can not do the same
How to proceed?
It takes fair 10-12 sec to open project using File with Qt Creator
Kindly advise -
Hi,
Which Linux distribution are you using ?
In any case, the core principles are described in this Arch wiki page.
-
C Christian Ehrlicher moved this topic from General and Desktop on
-
You can open a project from a command line with
/path/to/qtcreator /path/to/project/file
or
/path/to/qtcreator sessionnameHow to trigger this via a double click on a file name (where actually?) depends on your system / descktop environment setup, not Qt Creator.
-
You can open a project from a command line with
/path/to/qtcreator /path/to/project/file
or
/path/to/qtcreator sessionnameHow to trigger this via a double click on a file name (where actually?) depends on your system / descktop environment setup, not Qt Creator.
@andr said in How to open qt project in Qt Creator in one click or macro or shortcut in Ubuntu:
qtcreator
how to locate true path to QtCreator?
using ubuntu, if use locate QtCreator there are a lot of directories :) -
@andr said in How to open qt project in Qt Creator in one click or macro or shortcut in Ubuntu:
qtcreator
how to locate true path to QtCreator?
using ubuntu, if use locate QtCreator there are a lot of directories :)How did you install Qt Creator ?
-
@andr said in How to open qt project in Qt Creator in one click or macro or shortcut in Ubuntu:
qtcreator
how to locate true path to QtCreator?
using ubuntu, if use locate QtCreator there are a lot of directories :)@JacobNovitsky said in How to open qt project in Qt Creator in one click or macro or shortcut in Ubuntu:
locate QtCreator
Use which:
which qtcreator"
-