Qt project file .pro
-
Well, just try to run
@qmake@
in your current folder. Depending on your platform it will create a makefile that you can then try to build using
@make@(on windows, use qmake -tp vc and then open visual project)
=> if qmake complains, you can post its log here
=> if make complains, you can post its log hereIf you work inside QtCreator, can't help you however.
-
Note that a .pro IS a simple text file. Extension is just a meaningful way to identify it and syntax highlighting is highly dependant of your editor.
=> If you're on windows, it might be that it has a hidden extension (dor a dir in command line in this folder)
=> you can still build it using qmake by specifying full name : this will try to evaluate toto.txt as a project file.
@qmake toto.txt@ -
And please do not write topics in all caps. It's regarded like "shouting loudly" in a real-world conversation (and hard to read anyways). I've fixed it for now.
Also, a more meaningful topic would help too. The one you've chosen is quite general.
Please keep this in mind for future threads. Thanks.
For your problem: look at VCsala's and Gerolfs answers, as well as on florent's, they're right!