qserialport.pri 2.04 KB
Newer Older
1 2 3 4
######################################################################
# Automatically generated by qmake (2.01a) Sa. Apr 2 10:42:30 2011
######################################################################

5
QSERIALPORT_ROOT=libs/thirdParty/qserialport 
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

DEFINES += QSERIALPORT_STATIC

DEPENDPATH += . \
              $$QSERIALPORT_ROOT/include/QtSerialPort \
              $$QSERIALPORT_ROOT/src/common \
              $$QSERIALPORT_ROOT/src/posix \
              $$QSERIALPORT_ROOT/src/win32
INCLUDEPATH += $$QSERIALPORT_ROOT/include \
               $$QSERIALPORT_ROOT/include/QtSerialPort \
               $$QSERIALPORT_ROOT/src/posix \
               $$QSERIALPORT_ROOT/src/win32

# Input
HEADERS += $$QSERIALPORT_ROOT/include/QtSerialPort/qportsettings.h \
           $$QSERIALPORT_ROOT/include/QtSerialPort/qserialport.h \
           $$QSERIALPORT_ROOT/include/QtSerialPort/qserialport_export.h \
           $$QSERIALPORT_ROOT/include/QtSerialPort/qserialportnative.h

macx|linux-g++|linux-g++-64 {
HEADERS += $$QSERIALPORT_ROOT/src/posix/termioshelper.h
}

29
win32-msvc2008|win32-msvc2010|win32-msvc2012|win32-g++ {
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
HEADERS += $$QSERIALPORT_ROOT/src/win32/commdcbhelper.h \
           $$QSERIALPORT_ROOT/src/win32/qwincommevtnotifier.h \
           $$QSERIALPORT_ROOT/src/win32/wincommevtbreaker.h \
           $$QSERIALPORT_ROOT/src/win32/commdcbhelper.h \
           $$QSERIALPORT_ROOT/src/win32/qwincommevtnotifier.h \
           $$QSERIALPORT_ROOT/src/win32/wincommevtbreaker.h
}

SOURCES += $$QSERIALPORT_ROOT/src/common/qportsettings.cpp \
           $$QSERIALPORT_ROOT/src/common/qserialport.cpp

macx|linux-g++|linux-g++-64 {
SOURCES += $$QSERIALPORT_ROOT/src/posix/qserialportnative_posix.cpp \
           $$QSERIALPORT_ROOT/src/posix/termioshelper.cpp
}

46
win32-msvc2008|win32-msvc2010|win32-msvc2012|win32-g++ {
47 48 49 50 51
SOURCES += $$QSERIALPORT_ROOT/src/win32/commdcbhelper.cpp \
           $$QSERIALPORT_ROOT/src/win32/qserialportnative_win32.cpp \
           $$QSERIALPORT_ROOT/src/win32/qwincommevtnotifier.cpp \
           $$QSERIALPORT_ROOT/src/win32/wincommevtbreaker.cpp
}