You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to integrate CTK in my QT project and import
1.)CTKVisualizationVTKCore
2.)CTKVisualizationVTKWidgets
3.)CTKVisualizationVTKWidgetsPlugins in my .pro file
but the ISSUE LNK2019: "__declspec(dllimport) public: __cdecl ctkVTKVolumePropertyWidget is still happening
It seems that a certain .lib is missing. Is my inference correct?
Or what steps have I missed? Please give me some advice? Thank you
here is my .pro file
#CTK
INCLUDEPATH += $$PWD/thirdparty/CTK/include/ctk-0.1
DEPENDPATH += $$PWD/thirdparty/CTK/include/ctk-0.1
#CTK
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/thirdparty/CTK/lib/ctk-0.1 -lCTKCore -lCTKWidgets -lCTKDummyPlugin -lCTKCommandLineModulesCore -lCTKWidgetsPlugins
hi all
I am New in CTK,
I try to integrate CTK in my QT project and import
1.)CTKVisualizationVTKCore
2.)CTKVisualizationVTKWidgets
3.)CTKVisualizationVTKWidgetsPlugins in my .pro file
but the ISSUE LNK2019: "__declspec(dllimport) public: __cdecl ctkVTKVolumePropertyWidget is still happening
It seems that a certain .lib is missing. Is my inference correct?
Or what steps have I missed? Please give me some advice? Thank you
here is my .pro file
#CTK
INCLUDEPATH += $$PWD/thirdparty/CTK/include/ctk-0.1
DEPENDPATH += $$PWD/thirdparty/CTK/include/ctk-0.1
#CTK
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/thirdparty/CTK/lib/ctk-0.1 -lCTKCore -lCTKWidgets -lCTKDummyPlugin -lCTKCommandLineModulesCore -lCTKWidgetsPlugins
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/thirdparty/CTK/lib/ctk-0.1 -lCTKVisualizationVTKCore -lCTKVisualizationVTKWidgets -lCTKVisualizationVTKWidgetsPlugins
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/thirdparty/CTK/lib/ctk-0.1 -lCTKPluginFramework -lCTKImageProcessingITKCore -lCTKCommandLineModulesFrontendQtGui
The text was updated successfully, but these errors were encountered: