mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
UIAbstractView::findRowWithText now accepts FindRowWithTextMatchKind instead of a boolean to force equal comparison.
Refactor of some examples, added a new hello world example but using UIApplication. ecode: Fixed how it filters the `sbt`, `srt` and `sb` universal locator switches.
This commit is contained in:
@@ -1435,6 +1435,12 @@ workspace "eepp"
|
||||
files { "src/examples/ui_hello_world/*.cpp" }
|
||||
build_link_configuration( "eepp-ui-hello-world", true )
|
||||
|
||||
project "eepp-ui-application-hello-world"
|
||||
set_kind()
|
||||
language "C++"
|
||||
files { "src/examples/ui_application_hello_world/*.cpp" }
|
||||
build_link_configuration( "eepp-ui-application-hello-world", true )
|
||||
|
||||
project "eepp-richtext"
|
||||
set_kind()
|
||||
language "C++"
|
||||
|
||||
Reference in New Issue
Block a user