Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, i do open myproject.pro->right click-> add library-> add external library-> browse
i can select only on .lib file at once. but i have nearly 150 .lib files and can not do select all with ctrl+a or ctrl+click files
have any advice? thanks.
use mouse to select libs
it changes the file name that is going to be added when i ctrl+click other files. ctrl+a does nothing too.
Sounds very interesting that you need to add 150 external libraries in your project. Are you sure about this ?
ok not 150 nearly 75, i want to develop something using opencascade framework, and i think qt creator is a good ide. but i do not know if qt creator can be used for generating non-qt applications.
Edit the .pro file by hand is the easiest way. Get a list of the libs using find or ls or something similar then paste them into the .pro file.
Of course, QtCreator for desktop can be used for generating non Qt executables, dynamic and static libraries.