Commit Graph

18 Commits

Author SHA1 Message Date
Jonathan Bagg 475aedb0bd fix example qmake build not finding QtZeroConf headers
Noticed on Qt 6.5.1 Android build
2024-04-04 21:45:48 -04:00
Jonathan Bagg 4fada0fb2a Example - Add java source dir to test app example for Android NDS
The java source actually needs to be in $$PWD/android/src/ even though
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
2023-05-22 15:41:12 -04:00
Marc Reilly 3d7b094b75 project: examples, enable building as standalone
Signed-off-by: Marc Reilly <marc@cpdesign.com.au>
2022-11-01 20:20:35 +11:00
Marc Reilly 0889adbc23 project: cmake: allow building with Qt6
Signed-off-by: Marc Reilly <marc@cpdesign.com.au>
2022-11-01 10:30:24 +11:00
Florian Meinicke fe9d3cbc63 Add CMake project for example 2020-09-14 13:03:26 +02:00
Jonathan Bagg e92ba9936c switch from QExplicitlySharedDataPointer to QSharedPointer 2019-03-05 21:19:32 -05:00
Matthias Kollmann 6c9553bd5e Added debug operator<< to QZeroConfService
Signed-off-by: Jonathan Bagg <drwho@infidigm.net>
2017-11-02 19:36:02 -04:00
Matthias Kollmann 323d9494f5 Applied undo_some_whitespace_changes.patch 2017-10-23 20:12:00 +02:00
Matthias Kollmann 2d21502972 spaces to tabs 2017-10-19 20:51:49 +02:00
Matthias Kollmann 7f06953b6d Merge branch 'master' into shareddata 2017-10-19 20:43:00 +02:00
Matthias Kollmann 2ab99b3772 fixed the example after testing 2017-10-17 08:56:41 +02:00
Matthias Kollmann a77c8ccea5 modified sample for shareddata 2017-10-16 14:55:39 +02:00
Jonathan Bagg c130cb697d Example now stops and starts service publish and service discovery when
application is suspended (device sleeps) and becomes active (device wakes).
Important on iOS devices as device sleep kills browser and service
publisher.
2017-10-09 21:30:17 -04:00
Jonathan Bagg 28abc449f1 Add more OS to example 2017-03-15 20:34:14 -04:00
Jonathan Bagg 195e740ceb Add txt records to discovered services 2017-03-15 20:32:28 -04:00
Jonathan Bagg 9a6235509c Q_DECL_IMPORT was being triggered when QZeroConf was build statically into another project 2017-03-14 13:21:34 -04:00
Jonathan Bagg e4e4308942 Add txt records to service publication. 2017-03-10 20:08:54 -05:00
Jonathan Bagg 813bf77058 Initial commit 2015-11-21 07:22:36 -05:00