mirror of https://github.com/AxioDL/metaforce.git
10 lines
137 B
Prolog
10 lines
137 B
Prolog
|
TEMPLATE = lib
|
||
|
CONFIG += staticlib
|
||
|
TARGET = blowfish
|
||
|
CONFIG -= Qt
|
||
|
QT =
|
||
|
|
||
|
HEADERS += blowfish.h
|
||
|
SOURCES += blowfish.c blowfish.dat.c
|
||
|
|