13 lines
261 B
Makefile
13 lines
261 B
Makefile
|
QT5NAME = QtNetworKAuth
|
||
|
COMMENT-main = Qt5 network authorization components
|
||
|
|
||
|
MULTI_PACKAGES = -main -examples
|
||
|
|
||
|
SHARED_LIBS += Qt5NetworkAuth 2.0 # 5.9
|
||
|
|
||
|
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network m
|
||
|
|
||
|
FLAVORS = debug
|
||
|
|
||
|
.include <bsd.port.mk>
|