Skip to content

Commit

Permalink
qt define
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Oct 12, 2023
1 parent 45dbc75 commit 423aa1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qt/fn_test.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ HEADERS += pubnub_qt.h pubnub.hpp
SOURCES += pubnub_qt.cpp pubnub.cpp fntest/pubnub_fntest_runner.cpp ../cpp/fntest/pubnub_fntest.cpp ../cpp/fntest/pubnub_fntest_basic.cpp ../cpp/fntest/pubnub_fntest_medium.cpp ../core/pubnub_ccore.c ../core/pubnub_ccore_pubsub.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
win32:SOURCES += ../core/c99/snprintf.c

DEFINES += PUBNUB_QT

INCLUDEPATH += ../core ../cpp/fntest ..
win32:INCLUDEPATH += ../core/c99
DEPENDPATH += ../core
Expand Down
2 changes: 2 additions & 0 deletions qt/pubnub.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ HEADERS += pubnub_qt.h pubnub_qt_sample.h
SOURCES += pubnub_qt.cpp pubnub_qt_sample.cpp ../core/pubnub_ccore.c ../core/pubnub_ccore_pubsub.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

DEFINES += PUBNUB_QT

INCLUDEPATH += ..
win32:INCLUDEPATH += ../core/c99
DEPENDPATH += ../core
Expand Down
2 changes: 2 additions & 0 deletions qt/pubnub_gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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
win32:SOURCES += ../core/c99/snprintf.c

DEFINES += PUBNUB_QT

INCLUDEPATH += ..
win32:INCLUDEPATH += ../core/c99
DEPENDPATH += ../core
Expand Down

0 comments on commit 423aa1f

Please sign in to comment.