diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-12-25 19:11:50 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-12-25 19:11:50 +0800 |
commit | 926785e9d50840b3379cb48ec94dbb176c5ce8fb (patch) | |
tree | 8356a528d9afe009af0ccc5403cf139af9486eff /namatoko.pro | |
parent | 0c06f445794c957c80310ecf854df805be54f3da (diff) |
Android libtidy is without 5
Diffstat (limited to 'namatoko.pro')
-rw-r--r-- | namatoko.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/namatoko.pro b/namatoko.pro index c01e708..93f7d37 100644 --- a/namatoko.pro +++ b/namatoko.pro @@ -14,14 +14,13 @@ RESOURCES += \ qicpos.qrc \ larva.qrc \ larva/material-design-icons.qrc +!wasm: LIBS += -lcurl +!wasm:!android: LIBS += -ltidy5 wasm { QT += svg QMAKE_CXXFLAGS += -std=c++11 LIBS += -ltidys } -!wasm: LIBS += \ - -ltidy \ - -lcurl LIBS += \ -licclient !android: LIBS += -lqicclient @@ -35,7 +34,8 @@ android { LIBS += \ -L$$PREFIX/lib/$$TRIPLE/$$API \ -L$$QT_ANDROID_LIBDIR \ - -lqicclient_$$ANDROID_TARGET_ARCH + -lqicclient_$$ANDROID_TARGET_ARCH \ + -ltidy ANDROID_EXTRA_LIBS += \ $$PREFIX/lib/$$TRIPLE/$$API/libcrypto_1_1.so \ $$PREFIX/lib/$$TRIPLE/$$API/libssl_1_1.so \ |