mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 16:20:08 +02:00
23 lines
604 B
Plaintext
23 lines
604 B
Plaintext
From 531f66945928b696f21f6c3fe8342d2b1359f0ba Mon Sep 17 00:00:00 2001
|
|
From: mazbrili <mazbrili@yahoo.com>
|
|
Date: Mon, 15 Mar 2021 10:37:18 +0700
|
|
Subject: change qModMaster.pro so it compileable on haiku
|
|
|
|
|
|
diff --git a/qModMaster.pro b/qModMaster.pro
|
|
index 3841d77..ab2f360 100644
|
|
--- a/qModMaster.pro
|
|
+++ b/qModMaster.pro
|
|
@@ -74,6 +74,8 @@ win32:DEFINES += _TTY_WIN_ WINVER=0x0501
|
|
|
|
win32:LIBS += -lsetupapi -lwsock32 -lws2_32
|
|
|
|
+haiku:LIBS += -lnetwork
|
|
+
|
|
QMAKE_CXXFLAGS += -std=gnu++11
|
|
|
|
DEFINES += QS_LOG_LINE_NUMBERS # automatically writes the file and line for each log message
|
|
--
|
|
2.30.0
|
|
|