mirror of https://github.com/GOSTSec/gostcoin
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.
26 lines
439 B
26 lines
439 B
8 years ago
|
#-------------------------------------------------
|
||
|
#
|
||
|
# Project created by QtCreator 2013-01-06T03:07:13
|
||
|
#
|
||
|
#-------------------------------------------------
|
||
|
|
||
|
QT -= core gui
|
||
|
|
||
|
TARGET = i2psam
|
||
|
TEMPLATE = lib
|
||
|
CONFIG += staticlib
|
||
|
|
||
|
QMAKE_CXXFLAGS += -Wall
|
||
|
|
||
|
SOURCES += i2psam.cpp
|
||
|
|
||
|
HEADERS += i2psam.h
|
||
|
unix:!symbian {
|
||
|
maemo5 {
|
||
|
target.path = /opt/usr/lib
|
||
|
} else {
|
||
|
target.path = /usr/lib
|
||
|
}
|
||
|
INSTALLS += target
|
||
|
}
|