Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit a3591d0

Browse files
committed
config update 5.9
1 parent 5734dd2 commit a3591d0

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.qmake.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ load(qt_build_config)
22

33
CONFIG += warning_clean exceptions examples_need_tools tests_need_tools
44

5-
MODULE_VERSION = 1.2.2
5+
MODULE_VERSION = 1.2.3

sync.profile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,14 @@
22
"QtRestClient" => "$basedir/src/restclient",
33
);
44

5-
%moduleheaders = (
5+
%classnames = (
6+
"genericrestreply.h" => "GenericRestReply",
7+
"ipaging.h" => "IPaging",
8+
"ipaging.h" => "PagingFactory",
9+
"paging.h" => "Paging",
10+
"requestbuilder.h" => "RequestBuilder",
11+
"restclass.h" => "RestClass",
12+
"restclient.h" => "RestClient",
13+
"restreply.h" => "RestReply",
14+
"simple.h" => "Simple",
615
);

0 commit comments

Comments
 (0)