File tree Expand file tree Collapse file tree 6 files changed +16
-8
lines changed Expand file tree Collapse file tree 6 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.10 )
2
2
project (runner LANGUAGES CXX )
3
3
4
- set (BINARY_NAME "test " )
5
- set (APPLICATION_ID "com.example.test " )
4
+ set (BINARY_NAME "ccxgui " )
5
+ set (APPLICATION_ID "com.example.ccxgui " )
6
6
7
7
cmake_policy (SET CMP0063 NEW )
8
8
Original file line number Diff line number Diff line change 2
2
// Generated file. Do not edit.
3
3
//
4
4
5
+ // clang-format off
6
+
5
7
#include " generated_plugin_registrant.h"
6
8
7
9
#include < file_selector_linux/file_selector_plugin.h>
Original file line number Diff line number Diff line change 2
2
// Generated file. Do not edit.
3
3
//
4
4
5
+ // clang-format off
6
+
5
7
#ifndef GENERATED_PLUGIN_REGISTRANT_
6
8
#define GENERATED_PLUGIN_REGISTRANT_
7
9
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ packages:
28
28
name: async
29
29
url: "https://pub.dartlang.org"
30
30
source: hosted
31
- version: "2.6 .1"
31
+ version: "2.8 .1"
32
32
bloc:
33
33
dependency: "direct main"
34
34
description:
@@ -119,7 +119,7 @@ packages:
119
119
name: charcode
120
120
url: "https://pub.dartlang.org"
121
121
source: hosted
122
- version: "1.2.0 "
122
+ version: "1.3.1 "
123
123
checked_yaml:
124
124
dependency: transitive
125
125
description:
@@ -437,7 +437,7 @@ packages:
437
437
name: meta
438
438
url: "https://pub.dartlang.org"
439
439
source: hosted
440
- version: "1.3 .0"
440
+ version: "1.7 .0"
441
441
mime:
442
442
dependency: transitive
443
443
description:
@@ -717,21 +717,21 @@ packages:
717
717
name: test
718
718
url: "https://pub.dartlang.org"
719
719
source: hosted
720
- version: "1.16.8 "
720
+ version: "1.17.10 "
721
721
test_api:
722
722
dependency: transitive
723
723
description:
724
724
name: test_api
725
725
url: "https://pub.dartlang.org"
726
726
source: hosted
727
- version: "0.3.0 "
727
+ version: "0.4.2 "
728
728
test_core:
729
729
dependency: transitive
730
730
description:
731
731
name: test_core
732
732
url: "https://pub.dartlang.org"
733
733
source: hosted
734
- version: "0.3.19 "
734
+ version: "0.4.0 "
735
735
timing:
736
736
dependency: transitive
737
737
description:
Original file line number Diff line number Diff line change 2
2
// Generated file. Do not edit.
3
3
//
4
4
5
+ // clang-format off
6
+
5
7
#include " generated_plugin_registrant.h"
6
8
7
9
#include < file_selector_windows/file_selector_plugin.h>
Original file line number Diff line number Diff line change 2
2
// Generated file. Do not edit.
3
3
//
4
4
5
+ // clang-format off
6
+
5
7
#ifndef GENERATED_PLUGIN_REGISTRANT_
6
8
#define GENERATED_PLUGIN_REGISTRANT_
7
9
You can’t perform that action at this time.
0 commit comments