Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(build): add an option to compile with autotools toxcore on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sudden6 committed Jan 16, 2017
1 parent 1fc412d commit 482757e
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions qtox.pro
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ contains(DISABLE_PLATFORM_EXT, YES) {

contains(JENKINS,YES) {
INCLUDEPATH += ./libs/include/
TOX_CMAKE = YES
} else {
INCLUDEPATH += libs/include
}
Expand Down Expand Up @@ -128,13 +129,6 @@ win32 {
-ltoxav \
-ltoxcore \
-ltoxencryptsave \
-ltoxgroup \
-ltoxmessenger \
-ltoxfriends \
-ltoxnetcrypto \
-ltoxdht \
-ltoxnetwork \
-ltoxcrypto \
-lsodium \
-lvpx \
-lpthread \
Expand All @@ -158,6 +152,16 @@ win32 {
-lshlwapi \
-luuid
LIBS += -lstrmiids # For DirectShow

contains(TOX_CMAKE, YES) {
LIBS += -ltoxgroup \
-ltoxmessenger \
-ltoxfriends \
-ltoxnetcrypto \
-ltoxdht \
-ltoxnetwork \
-ltoxcrypto
}
} else {
macx {
BUNDLEID = chat.tox.qtox
Expand Down

0 comments on commit 482757e

Please sign in to comment.