hi, i have a legacy code complete with dll and libs (of Qt) and c++ and .h files. i want to run them on qt(i have qt 4.8.2). plz help
hi, i have a legacy code complete with dll and libs (of Qt) and c++ and .h files. i want to run them on qt(i have qt 4.8.2). plz help
What does that mean? Qt is a set of libraries, it isn't an operating system. It doesn't run programs. Neither does Qt Creator. It is a development environment.run them on qt
If what you mean is "I want to recompile my C++ files and link to my legacy libraries using Qt Creator", then you will probably need to configure a Qt Creator "kit" that uses the same compiler as your legacy dlls and libs were built with (assuming you cannot rebuild them from sources), and the same version of the Qt libraries that the legacy dlls use. You cannot mix new and old Qt versions, and a newer compiler may have a different version of the runtime libraries than your legacy dlls use, so there could be compatibility problems.
The Qt Creator docs tell how to add and configure kits.
<=== The Great Pumpkin says ===>
Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.
Bookmarks