Does this output anything?
Compile it using qmake please, just like you would for a regular Qt app.Qt Code:
#include <iostream> int main(int argc, char **argv){ std::cout << "TESTING" << std::endl; }To copy to clipboard, switch view to plain text mode
Bookmarks