You need QLibrary only when you want to load and unload your library in the runtime. If you need that library all the time, just link against it. If you use qmake, just add "LIBS += -lxxx" to your .pro file.
You need QLibrary only when you want to load and unload your library in the runtime. If you need that library all the time, just link against it. If you use qmake, just add "LIBS += -lxxx" to your .pro file.
Bookmarks