Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
26 views

How to Build libQGLViewer as a Static Library (.lib) for MSVC in a Qt Project

I need help building libQGLViewer as a static library (.lib) instead of a DLL. Context: Project Setup: I'm working on a Qt project and we are migrating from MinGW to MSVC. Qt Version: 5.15.2 Compiler:...
Polymood's user avatar
  • 459
1 vote
1 answer
239 views

QT Static Library Static Compilation

My task is to use my library in Windows projects on a computers without istalled Qt. So I want to compile my library with statically linked Qt code. I do not understand how to compile my own code ...
Alex's user avatar
  • 94
0 votes
1 answer
577 views

IXXAT Can library use in QT

I'm trying to use the IXXAT Can library ( delivered as an MSVC library ) in a Windows QT 5.4.0 project. I've made a simple project , included the correct path and added the library in my .pro. My ...
user1421063's user avatar
0 votes
0 answers
1k views

Custom static library linking error with MinGW and QT Creator

I have made a static library Win32 (it doesn't actually contain Win32 code) library in MSVC 2008 and I am currently trying to link to it in QT Creator. But whenever I compile, I get the error: C:\...
Travis Ervin's user avatar