Qt动态库和应用程序例子

时间:2013-12-01 09:50:23
【文件属性】:

文件名称:Qt动态库和应用程序例子

文件大小:142KB

文件格式:ZIP

更新时间:2013-12-01 09:50:23

Qt dll so app

使用Qt Creator创建dll库(包括qt GUI界面),然后用应用程序调用这个dll或so。


【文件预览】:
QtSo
----vs2008()
--------Env.dll(27KB)
--------testEnv.exe(57KB)
----QtSo.pro(206B)
----Env()
--------Env.lib(6KB)
--------Env_global.h(216B)
--------envform.cpp(733B)
--------release()
--------Env.pro(317B)
--------envform.h(539B)
--------envform.ui(1KB)
--------debug()
----linux()
--------testEnv(59KB)
----testEnv()
--------main.cpp(360B)
--------toolbarform.cpp(745B)
--------mainwindow.h(795B)
--------testEnv.qrc(417B)
--------release()
--------mainwindow.cpp(2KB)
--------testEnv.pro(588B)
--------mainwindow.ui(2KB)
--------images()
--------toolbarform.h(500B)
--------debug()
--------toolbarform.ui(2KB)

网友评论

  • 出错了,望帮忙解决下,谢谢。 mingw32-make: Leaving directory `F:/QtApps/QtSo/testEnv-build-desktop' debug/mainwindow.o:F:\QtApps\QtSo\testEnv-build-desktop/../testEnv/mainwindow.cpp:42: undefined reference to `_imp___ZN7EnvFormC1EP7QWidget' collect2: ld returned 1 exit status mingw32-make[1]: *** [debug\testEnv.e
  • 的确可以使用!