Skip to content

Commit

Permalink
fmk - updating 80397PWD to 80397{PWD} in pro file
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Oct 9, 2024
1 parent 2787d86 commit 713cc4d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions PBE.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,30 @@ TEMPLATE = app
VERSION=3.0
DEFINES += APP_VERSION=\\\"$$VERSION\\\"

include($$PWD/ConanHelper.pri)
include($${PWD}/ConanHelper.pri)

win32{
LIBS = $$replace(LIBS, .dll.lib, .dll)
LIBS += -lAdvapi32
LIBS +=CRYPT32.lib
LIBS +=Ws2_32.lib
LIBS +=User32.lib
LIBS += $$PWD/../quazip/build/quazip/Release/quazip1-gt5.lib
LIBS += $${PWD}/../quazip/build/quazip/Release/quazip1-gt5.lib
DEFINES += CURL_STATICLIB
RC_ICONS = icons/NHERI-PBE-Icon.ico
} else {

mac {
ICON = icons/NHERI-PBE-Icon.icns
DEFINES += _GRAPHICS_Qt3D
QMAKE_INFO_PLIST=$$PWD/Info.plist
LIBS += $$PWD/../quazip/build/quazip/libquazip1-qt5.1.4.dylib
QMAKE_INFO_PLIST=$${PWD}/Info.plist
LIBS += $${PWD}/../quazip/build/quazip/libquazip1-qt5.1.4.dylib
} else {
LIBS += -L/usr/local/lib -lquazip1-qt5 -lc
}
}

INCLUDEPATH += $$PWD/../quazip/quazip
INCLUDEPATH += $${PWD}/../quazip/quazip

#for stevan
#macx: LIBS += -L/opt/homebrew/Cellar/quazip/1.4/lib/ -lquazip1-qt6.1.4
Expand Down Expand Up @@ -129,4 +129,4 @@ HEADERS += \
RESOURCES += \
images.qrc

#OTHER_FILES += conanfile.py
#OTHER_FILES += conanfile.py

0 comments on commit 713cc4d

Please sign in to comment.