Skip to content

Commit

Permalink
Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
textbrowser committed Feb 5, 2025
1 parent 91b17d4 commit c1d40b8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions branches/trunk/spot-on-gui.windows.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ QT += concurrent \
widgets

DEFINES += SPOTON_DATELESS_COMPILATION \
SPOTON_GPGME_ENABLED \
SPOTON_LINKED_WITH_LIBNTRU \
SPOTON_LINKED_WITH_LIBPTHREAD \
SPOTON_POSTGRESQL_DISABLED \
Expand Down Expand Up @@ -68,10 +69,12 @@ INCLUDEPATH += ..\\..\\libNTL\\windows.d\\include

LIBS += -L..\\..\\libNTRU \
-L..\\..\\libGCrypt\\Libraries.win64 \
-L..\\..\\libGPGME\\Libraries.win64 \
-L..\\..\\libOpenSSL\\Libraries.win64 \
-lcrypto-3-x64 \
-lgcrypt-20 \
-lgpg-error-0 \
-lgpgme-11 \
-lntru \
-lpthread \
-lssl-3-x64 \
Expand All @@ -91,12 +94,10 @@ data.files = Data\\*.txt
data.path = release\\.
documentation.files = Documentation\\*.pdf
documentation.path = release\\.
executables.files = ..\\..\\Windows\\*.exe
executables.path = release\\.
libgcrypt1.files = ..\\..\\libGCrypt\\Libraries.win64\\*.dll
libgcrypt1.path = release\\.
libgcrypt2.files = ..\\..\\libGCrypt\\Libraries.win64\\thread.d\\*.dll
libgcrypt2.path = release\\.
libgcrypt.files = ..\\..\\libGCrypt\\Libraries.win64\\*.dll
libgcrypt.path = release\\.
libgpgme.files = ..\\..\\libGPGME\\Libraries.win64\\*
libgpgme.path = release\\.
equals(mceliece_supported, "true") {
libntl.files = ..\\..\\libNTL\\windows.d\\libraries.d\\*.dll
Expand Down Expand Up @@ -133,9 +134,8 @@ translations.path = release\\Translations\\.
INSTALLS = data \
documentation \
executables \
libgcrypt1 \
libgcrypt2 \
libgcrypt \
libgpgme \
libntrudll \
libopenssl \
plugins \
Expand Down

0 comments on commit c1d40b8

Please sign in to comment.