Sometimes you need to create a very simple single file application in Qt4. However it’s problematic since you are always doing the CPP/H separation, and then the main() is in another file…
Any ideas how to do this in a single file? As quick as dirty as possible.
This is an example that shows how to do this in a single file. Just throw this in a new directory, save it as “main.cpp” and then run
qmake -project; qmake; maketo compile.Two tricks in this demo: