I have only ran it on Linux. Being Qt, it should be able to run on windows if you can figure out how to get QExtSerialPort to compile, but I don't have the patience for it.
Ohh dude sorry to bother you on many website but I really want to try out your program. it looks rad
Im using Windows, fairly new to QT
and included all this:
INCLUDEPATH += qextserialport/src
INCLUDEPATH += C:\QtSDK\Desktop\Qt\4.7.4\mingw\include
INCLUDEPATH += C:\QtSDK\mingw\include
INCLUDEPATH += C:/Qt/qextserialport-1.2win-alpha/
INCLUDEPATH +=C:\QtSDK\QtSources\4.8.1\include
Im getting 1 error:
C:\Qt_Programs\DigTemp\QT Creator\aQtLow\release\moc_qextserialport.cpp:60: error: definition of static data member 'QextSerialPort::staticMetaObjectExtraData' of dllimport'd class
Please let me know if you know how to fix this.
DEFINES += WINVER=0x0501 # needed for mingw to pull in appropriate dbt business...probably a better way to do this
LIBS += -lsetupapi
LIBS +=D:\qt\4.7.3\demos\qextserialport\src\build\qextserialport1.dll
}