Ok I'm very new and I don't understand what .pro files are for, or where to actually make them.
I'm trying to do the qmake tutorial http://doc.qt.nokia.com/4.7/qmake-tutorial.html and I don't know what it's talking about when it says to make the project file:
Qt Code:
CONFIG += qt HEADERS += hello.h SOURCES += hello.cpp SOURCES += main.cppTo copy to clipboard, switch view to plain text mode
am I supposed to write this in Microsoft visual studio and save it as a .pro file within the project? Or do I write this in a plain text file and save it where the hello.h and hello.cpp files are?
I am confused, please help!
Bookmarks