You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
597 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2017-01-07T15:25:00
#
#-------------------------------------------------
QT += network xml
QT -= gui
TARGET = EetCpp
TEMPLATE = lib
DEFINES += EETCPP_LIBRARY
SOURCES += eetcpp.cpp \
eetrequest.cpp \
eettemplate.cpp \
eetsender.cpp \
eetsigner.cpp
HEADERS += eetcpp.h\
eetcpp_global.h \
eetrequest.h \
eettemplate.h \
eetsender.h \
eetsigner.h
unix {
target.path = /usr/lib
INSTALLS += target
}
LIBS += -lqca-qt5
RESOURCES += \
resource.qrc