Re: How to build static lib .a on QTcreator windows 7
Originally Posted by wysota
What exactly is the problem? Creating a library in Qt Creator doesn't differ in any way from creating it in Notepad.
because I wanted to create a static library for use in other programs, I do not know how to do it how, for example, when starting to select what type of project?
Re: How to build static lib .a on QTcreator windows 7
Originally Posted by nhs_0702
for example, when starting to select what type of project?
I doesn't matter, you can always correct the .pro file later, you'll have to update it manually anyway. You can start with C++ library or Qt console application.
Your biological and technological distinctiveness will be added to our own. Resistance is futile.
Please ask Qt related questions on the forum and not using private messages or visitor messages.
Re: How to build static lib .a on QTcreator windows 7
Create your library first using whatever module you wish, you can turn it into a .a file later when it's complete, or, don't bother with .a and link against the object code.
Bookmarks