fuentes/ubuntu/siatic/Siatic_d.pro @ 9ab8164b
9ab8164b | Elisa | QT += xml core serialport concurrent
|
|
QT -= gui
|
|||
TARGET = Siatic_d
|
|||
win32 {
|
|||
LIBS += "C:\Program Files (x86)\Qt\5.5\msvc2013_64\lib\hidapi.lib"
|
|||
LIBS += -luser32 -lssh
|
|||
}
|
|||
!win32 {
|
|||
LIBS += /usr/lib/i386-linux-gnu/libhidapi-hidraw.so
|
|||
LIBS += -lssh
|
|||
}
|
|||
CONFIG += console
|
|||
CONFIG -= app_bundle
|
|||
TEMPLATE = app
|
|||
SOURCES += main.cpp \
|
|||
qsshsocket.cpp \
|
|||
dlinkpasswordgen.cpp \
|
|||
redrelaylibrary.cpp \
|
|||
rs232.c \
|
|||
globales.cpp \
|
|||
siaticsessionmanager.cpp
|
|||
HEADERS += \
|
|||
qsshsocket.h \
|
|||
dlinkpasswordgen.h \
|
|||
redrelaylibrary.h \
|
|||
rs232.h \
|
|||
globales.h \
|
|||
siaticsessionmanager.h
|
|||
RESOURCES +=
|
|||