[quote author="eyeck" date="1301757423"]That worked perfectly... I had a feeling I was overlooking something simple like that.
[/quote]
No problem. That's why this forum is here. Any problem big or small will get looked at as long as the poster is polite, willing to try things and posts sensibly worded questions ;-)
[quote author="eyeck" date="1301757423"]
I'm sorry, I'm very new to Qt, I've been using Java Swing for years very closed-mindedly to other options. So if I were to write my own Qt Application, how would I go about generating a pro file with the necessary information? The tutorial I had been following told me -project would do the trick, apparently that isn't correct. Needless to say I am searching for a more in-depth resource to learn Qt.
[/quote]
Welcome to Qt ;-)
[quote author="eyeck" date="1301757423"]
Thank you very much for your time and responses, you've been an enormous help. I apologize for it simply being a matter of my own inexperience
edit: never mind, I think I'm beginning to understand. qmake -project creates a basic pro file, which I then customize before I run qmake/make? Correct?[/quote]
Yes that is correct. Qt-creator will also create you a basic .pro file when you use it to create a new project.