1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-15 09:10:02 +00:00
gostcoin/i2psam/i2psam.pro

26 lines
450 B
Prolog
Raw Normal View History

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