Simple Qt project compile and run from command line

 https://wiki.qt.io/Getting_Started_on_the_Commandline




cd my/dir/hello
qmake -project
qmake
make
./hello

Comments

Popular posts from this blog

QTreeView and QTableView dynamic changes

C++ strings and string_view