Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
Use static linking on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
pstavirs committed Dec 7, 2017
1 parent 847af21 commit c0f94ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/ostinato.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ macx:ICON = icons/logo.icns
QT += network script xml
INCLUDEPATH += "../rpc/" "../common/"
win32 {
QMAKE_LFLAGS += -static
CONFIG(debug, debug|release) {
LIBS += -L"../common/debug" -lostprotogui -lostproto
LIBS += -L"../rpc/debug" -lpbrpc
Expand Down
1 change: 1 addition & 0 deletions server/drone.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ linux*:system(grep -q IFLA_STATS64 /usr/include/linux/if_link.h): \
INCLUDEPATH += "../rpc"
win32 {
CONFIG += console
QMAKE_LFLAGS += -static
LIBS += -lwpcap -lpacket
CONFIG(debug, debug|release) {
LIBS += -L"../common/debug" -lostproto
Expand Down

0 comments on commit c0f94ec

Please sign in to comment.