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.

42 lines
660 B
Prolog

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