Hi,
I'm using Visual Stuido 2005, how do I add CONFIG += assistant to my project as I don't have .pro file?
Regards,
Steve
Hi,
I'm using Visual Stuido 2005, how do I add CONFIG += assistant to my project as I don't have .pro file?
Regards,
Steve
Sorry, I don't know. Most likely all what is needed is to add a suitable include directory and link to the assistant client lib.
Anyway, it's a good practice to maintain a .pro file even if you use Visual Studio or anything else to maintain the project, because .pro file is cross-platform, .vcproj is not. You can always import a .pro file to Visual Studio.
J-P Nurmi
steg90 (15th August 2007)
Bookmarks