I created the yamlcpp static library (libyaml-cpp.a) using the Qt mingw compiler. Now I want to add it to my project. I use this qt doc , but Qt Creator allows you to select only * .lib files, not * .a files (in the "Select File" dialog box). This is confusing because I am using MinGW 4.4 debug configuration, not MSVC2008.
Can I add * .a libraries via the Qt Creator GUI and how to do it? Windows 7, Qt Creator 2.3.1, Qt 4.7.4
source share