aboutsummaryrefslogtreecommitdiffstats
path: root/examples/scriptableapplication/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Replace options related to nb_zero by nb_boolFriedemann Kleint2023-09-061-1/+1
* Add license headers to cmake filesFriedemann Kleint2023-02-161-0/+3
* Build system: Use modern form of finding and linking Qt librariesFriedemann Kleint2022-11-291-3/+1
* Build system: Bump versionsFriedemann Kleint2022-10-251-2/+2
* Fix binding,scriptable examples when no build typeAdrian Herrmann2022-08-221-1/+1
* Fix binding, scriptable examples for Windows debugAdrian Herrmann2022-08-091-1/+15
* Examples: Raise C++ standard to 17 for Qt 6Friedemann Kleint2022-05-131-2/+2
* Fix scriptableapplication to build on macOS with framework Qt, amendChristian Tismer2022-03-211-2/+3
* scriptable: make it work by default on macOS, tooChristian Tismer2021-11-221-1/+1
* wheel_tester: Enable it again for Qt >= 6 with NuitkaChristian Tismer2021-04-071-1/+1
* Port the Qt bindings examples to the <QtModule/QtClass> conventionFriedemann Kleint2021-02-241-4/+1
* Rename PySide2 to PySide6Friedemann Kleint2020-11-021-4/+4
* Binding Example helpers: Remove version numbersFriedemann Kleint2020-11-021-26/+26
* Fix the C++ - based examples to workFriedemann Kleint2020-10-291-6/+8
* examples: Remove Python 2.7 and <3.6 related codeCristian Maureira-Fredes2020-10-281-1/+1
* Rename shiboken2 to shiboken6Friedemann Kleint2020-10-281-10/+10
* Bump cmake version to 3.16Friedemann Kleint2020-09-041-2/+2
* Update scriptableapplication Qt versionCristian Maureira-Fredes2018-12-061-1/+1
* Add tests to install built wheels and build some examplesAlexandru Croitor2018-10-121-1/+8
* Allow building shiboken2 and PySide2 as separate wheelsAlexandru Croitor2018-10-121-8/+17
* Add an example that demonstrates bindings to a custom C++ libraryAlexandru Croitor2018-05-161-8/+8
* Fix a few scriptableapplication bugsAlexandru Croitor2018-05-081-9/+6
* Update scriptableapplication exampleCristian Maureira-Fredes2018-05-041-2/+6
* Fix scriptableapplication build on WindowsCristian Maureira-Fredes2018-03-131-1/+1
* Fix scriptableapplication to build on macOS with framework QtAlexandru Croitor2018-03-061-0/+9
* Add CMake-based build rules for scriptableapplication exampleAlexandru Croitor2018-02-221-0/+187