win32:libs undefined reference
Posted
by hector
on Stack Overflow
See other posts from Stack Overflow
or by hector
Published on 2009-08-28T18:47:13Z
Indexed on
2010/05/09
11:08 UTC
Read the original article
Hit count: 272
I want to link a .lib in my Qt project and I get an error about an undefined reference to vhtIOConn::getDefault(vhtIOConn::DeviceType)
.
I have already added the following specifications to the .pro file:
######################################################################
# Automatically generated by qmake (2.01a) vie 28. ago 12:48:10 2009
######################################################################
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
LIBS += "C:\agregar\VirtualHandCore.lib"
LIBS += "C:\agregar\VirtualHandDevice.lib"
LIBS += "C:\agregar\VirtualHandRegistry.lib"
# Input
HEADERS += "C:/Documents and Settings/halvarado/Mis documentos/respaldos de Qt/Development/include/vhandtk/vhtBase.h"
SOURCES += main.cpp
What should I do?
© Stack Overflow or respective owner