Cryptocurrency with GOST R 34.11-2012 algo, GOST R 34.10-2012 signature
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
450 B

#-------------------------------------------------
#
# Project created by QtCreator 2013-01-06T03:07:13
#
#-------------------------------------------------
QT -= core gui
TARGET = i2psam
TEMPLATE = lib
CONFIG += staticlib
QMAKE_CXXFLAGS += -Wall -std=c++11
SOURCES += i2psam.cpp
HEADERS += i2psam.h
unix:!symbian {
maemo5 {
target.path = /opt/usr/lib
} else {
target.path = /usr/lib
}
INSTALLS += target
}