Skip to content

Commit

Permalink
remove temporary link path
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Sep 5, 2019
1 parent ecae673 commit 54f99a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwa-to-twa.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CONFIG += c++14 console
CONFIG -= app_bundle

INCLUDEPATH += libgit/include
LIBS += -lgit2 -lssl -lcrypto -L"$$_PRO_FILE_PWD_/libgit/build"
LIBS += -lgit2 -lssl -lcrypto

exists(pwa-to-twa.local.pro) {
include(pwa-to-twa.local.pro)
Expand Down

0 comments on commit 54f99a0

Please sign in to comment.