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

Commit c494439

Browse files
committed
add workaround for header install bug
1 parent d1e76ac commit c494439

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.qmake.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ DEFINES += QT_DEPRECATED_WARNINGS QT_ASCII_CAST_WARNINGS
99

1010
MODULE_VERSION_MAJOR = 1
1111
MODULE_VERSION_MINOR = 1
12-
MODULE_VERSION_PATCH = 0
12+
MODULE_VERSION_PATCH = 1
1313
MODULE_VERSION_IMPORT = $${MODULE_VERSION_MAJOR}.$${MODULE_VERSION_MINOR}
1414
MODULE_VERSION = $${MODULE_VERSION_MAJOR}.$${MODULE_VERSION_MINOR}.$${MODULE_VERSION_PATCH}

src/mvvmcore/mvvmcore.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ TRANSLATIONS += \
6363
DISTFILES += $$TRANSLATIONS
6464

6565
load(qt_module)
66+
gen_headers.files += $$absolute_path(ViewModel, $$INC_PATH/include/$$MODULE_INCNAME)
67+
message($$gen_headers.files)
6668

6769
qpmx_ts_target.path = $$[QT_INSTALL_TRANSLATIONS]
6870
qpmx_ts_target.depends += lrelease

src/mvvmcore/qpmx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"package": "de.skycoder42.qpluginfactory",
55
"provider": "qpm",
6-
"version": "1.3.0"
6+
"version": "1.3.1"
77
},
88
{
99
"package": "de.skycoder42.qxmlcodegen",

0 commit comments

Comments
 (0)