diff options
author | Miguel Costa <[email protected]> | 2025-06-22 19:36:56 +0200 |
---|---|---|
committer | Miguel Costa <[email protected]> | 2025-06-25 14:00:48 +0000 |
commit | 059df9cd95a82ff6febec4dcc448962393bf2e88 (patch) | |
tree | 7be1802cd4a315a08c8e33bbef1dbd94ea014957 /examples/Chronometer/QmlChronometer/OutDir.props | |
parent | 251910aacf46f2c97c7d7f80adabd47d8d23b819 (diff) |
Includes:
* Implement QDotNetNativeInterface: specialization of QDotNetInterface
that wraps a pointer to native data.
* Implement IQVariant: QDotNetNativeInterface that wraps a QVariant.
* Implement IQModelIndex interface: QDotNetNativeInterface that wraps
a QModelIndex.
* Implement QDotNetAbstractListModel base class: allows extending
QAbstractListModel in C#.
* Add class QDotNetDelegate
* Remove old examples
Change-Id: I2eb21df29e1cf9379e14a64d5174eb934b5bf18a
Reviewed-by: Karsten Heimrich <[email protected]>
Diffstat (limited to 'examples/Chronometer/QmlChronometer/OutDir.props')
-rw-r--r-- | examples/Chronometer/QmlChronometer/OutDir.props | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/Chronometer/QmlChronometer/OutDir.props b/examples/Chronometer/QmlChronometer/OutDir.props deleted file mode 100644 index c7a9463..0000000 --- a/examples/Chronometer/QmlChronometer/OutDir.props +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ImportGroup Label="PropertySheets" /> - <PropertyGroup Label="UserMacros" /> - <PropertyGroup> - <OutDir>bin\$(VisualStudioVersion)\$(Platform)\$(Configuration)\</OutDir> - <IntDir>obj\$(VisualStudioVersion)\$(Platform)\$(Configuration)\</IntDir> - </PropertyGroup> - <ItemDefinitionGroup /> - <ItemGroup /> -</Project>
\ No newline at end of file |