Faldżip, thanks so much for helping. Here's my .pro file:
SOURCES += main.cpp \
mainwindow.cpp \
baction.cpp \
caction.cpp \
arrowbutton.cpp
HEADERS += main.h \
mainwindow.h \
baction.h \
caction.h \
arrowbutton.h
OTHER_FILES += readme.txt
INCLUDEPATH += C:\Users\Nathan\Desktop\qextserialport
LIBS += -LC:\Users\Nathan\Desktop\qextserialport -lqextserialport
CONFIG(debug, debug|release):LIBS += -lqextserialportd
CONFIG(release, debug|release):LIBS += -lqextserialport
SOURCES += main.cpp \
mainwindow.cpp \
baction.cpp \
caction.cpp \
arrowbutton.cpp
HEADERS += main.h \
mainwindow.h \
baction.h \
caction.h \
arrowbutton.h
OTHER_FILES += readme.txt
INCLUDEPATH += C:\Users\Nathan\Desktop\qextserialport
LIBS += -LC:\Users\Nathan\Desktop\qextserialport -lqextserialport
CONFIG(debug, debug|release):LIBS += -lqextserialportd
CONFIG(release, debug|release):LIBS += -lqextserialport
To copy to clipboard, switch view to plain text mode
The paths I put in there are to this folder: http://www.roboticsguy.com/qextserialport.zip
I'm really over my head here, I've never used DLLs before and have no idea what I'm doing
I really appreciate your time and any advice you could give me.
Bookmarks