desarrollosconsejeria/siaticControl/3.3-13/SIATICControl/SIATIC_Control.pro @ 29401061
29401061 | Elisa | #-------------------------------------------------
|
|
#
|
|||
# Project created by QtCreator 2015-08-21T13:43:22
|
|||
#
|
|||
#-------------------------------------------------
|
|||
QT += core gui serialport concurrent
|
|||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|||
TARGET = SIATIC_Control
|
|||
TEMPLATE = app
|
|||
SOURCES += main.cpp\
|
|||
mainwindow.cpp \
|
|||
redrelaylibrary.cpp \
|
|||
optomaprojectormanagement.cpp \
|
|||
dlinkpasswordgen.cpp \
|
|||
qsshsocket.cpp \
|
|||
globales.cpp
|
|||
HEADERS += mainwindow.h \
|
|||
redrelaylibrary.h \
|
|||
relayportdefinitions.h \
|
|||
optomaprojectormanagement.h \
|
|||
dlinkpasswordgen.h \
|
|||
qsshsocket.h \
|
|||
globales.h
|
|||
INCLUDEPATH += /usr/include/ \
|
|||
/usr/local/include
|
|||
win32 {
|
|||
LIBS += "C:\Qt\Qt5.5.1\5.5\msvc2013\lib\hidapi.lib"
|
|||
LIBS += -luser32 -lssh
|
|||
}
|
|||
!win32 {
|
|||
LIBS += /usr/lib/x86_64-linux-gnu/libhidapi-hidraw.so
|
|||
LIBS += -lssh
|
|||
}
|
|||
FORMS += mainwindow.ui
|
|||
CONFIG += release c++11
|
|||
RESOURCES += \
|
|||
resources.qrc
|