mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-10-04 15:19:37 +00:00
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
|
|
|