Skip to content

Commit

Permalink
dont use crypto if not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Oct 12, 2023
1 parent 9113cc8 commit 2b7a046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qt/pubnub_gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ TEMPLATE = app
QT += widgets network
CONFIG += C++11
HEADERS += pubnub_qt.h pubnub_qt_gui_sample.h
SOURCES += pubnub_qt.cpp pubnub_qt_gui_sample.cpp ../core/pubnub_ccore_pubsub.c ../core/pubnub_ccore.c ../core/pbcc_subscribe_v2.c ../core/pbcc_advanced_history.c ../core/pbcc_objects_api.c ../core/pbcc_actions_api.c ../core/pubnub_url_encode.c ../core/pubnub_assert_std.c ../core/pubnub_json_parse.c ../core/pubnub_helper.c ../lib/pbcrc32.c ../lib/pb_strnlen_s.c ../lib/pb_strncasecmp.c ../core/pubnub_memory_block.c ../core/pbcc_set_state.c ../core/pbcc_crypto.c ../core/pbcc_crypto_aes_cbc.c ../core/pbcc_crypto_legacy.c
SOURCES += pubnub_qt.cpp pubnub_qt_gui_sample.cpp ../core/pubnub_ccore_pubsub.c ../core/pubnub_ccore.c ../core/pbcc_subscribe_v2.c ../core/pbcc_advanced_history.c ../core/pbcc_objects_api.c ../core/pbcc_actions_api.c ../core/pubnub_url_encode.c ../core/pubnub_assert_std.c ../core/pubnub_json_parse.c ../core/pubnub_helper.c ../lib/pbcrc32.c ../lib/pb_strnlen_s.c ../lib/pb_strncasecmp.c ../core/pubnub_memory_block.c ../core/pbcc_set_state.c
win32:SOURCES += ../core/c99/snprintf.c

INCLUDEPATH += ..
INCLUDEPATH += .. ../lib/base64/ ../openssl/
win32:INCLUDEPATH += ../core/c99
DEPENDPATH += ../core

Expand Down

0 comments on commit 2b7a046

Please sign in to comment.