summaryrefslogtreecommitdiffstats
path: root/examples/nfc/ndefeditor/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
| | | | | | | | | Task-number: QTBUG-95636 Change-Id: I2ae5ba6164cb5ed450c8924d484d30167461c10d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit dd9e9b572292e6191dcc9e7da7d4df0eae713361) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* NdefEditor: update UI for better usability on mobile platformsIvan Solovev2021-06-141-0/+10
| | | | | | | | | | | | | | | | * Add QScroller to grab touch gesture. This allows to avoid aiming to the tiny verticall scroll bar, but use simple swipes instead. * Handle input method visibility change to ensure that the focused widget is visible while the keyboard is displayed. * Correctly scale the image for the MIME record, so that it does not cause the whole layout to shirink beyond the screen margins. * Update the example docs. Task-number: QTBUG-94033 Change-Id: I7ce3fe1f6c573a3ad24da16c7a11508342a2de9d Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit 5b9d9454d5cfcd31840a2c34a1bab30ab5e6ca18) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Remove all *.pro files and all "special case" markers in CMakeLists.txtAndreas Buhr2021-01-151-2/+0
| | | | | | | | | | | | To use CMake only in the future to build QtConnectivity, all the traces from the qmake->CMake conversion can now be removed. This patch deletes all ".prev_CMakeLists.txt" files, in deletes all "*.pro" files and it removes all "special case" markers in CMakeLists.txt files. "special case" in "*.cmake" files are kept. Change-Id: Ia0f5d4de5d77b9f2e5cc8d97fc8f04077e042a6f Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Update CMake scripts in QtConnectivityAndreas Buhr2020-12-211-0/+4
| | | | | | | | | Recreated all CMake files in QtConnectivity using run_pro2cmake.py . --only-existing -- --api-version 3 Furthermore, port bttestui to CMake. Change-Id: Idb55f1b4c1cff30d7824a42e3ee6923c39e698df Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-201-2/+6
| | | | | | Task-number: QTBUG-87661 Change-Id: Ib6722991251673c6531667cb6b318b0531df5cda Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Port qtconnectivity to cmakeOliver Wolff2019-10-241-0/+37
Also removed dependencies.yaml at the same time, as the new dependency tracking is not used in wip/cmake at the moment. Task-number: QTBUG-78181 Change-Id: I39c23da8daeedd86b7720d66d48ab0af3762083c Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>