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

Commit

Permalink
try osx path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Sep 4, 2018
1 parent 4efe1a7 commit 866fc54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ DEFINES += QT_DEPRECATED_WARNINGS QT_ASCII_CAST_WARNINGS

MODULE_VERSION_MAJOR = 1
MODULE_VERSION_MINOR = 1
MODULE_VERSION_PATCH = 3
MODULE_VERSION_PATCH = 4
MODULE_VERSION_IMPORT = $${MODULE_VERSION_MAJOR}.$${MODULE_VERSION_MINOR}
MODULE_VERSION = $${MODULE_VERSION_MAJOR}.$${MODULE_VERSION_MINOR}.$${MODULE_VERSION_PATCH}
6 changes: 4 additions & 2 deletions src/mvvmcore/mvvmcore.pro
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ TRANSLATIONS += \
DISTFILES += $$TRANSLATIONS

load(qt_module)
gen_headers.files += $$absolute_path(ViewModel, $$INC_PATH/include/$$MODULE_INCNAME)
message($$gen_headers.files)
lib_bundle: FRAMEWORK_HEADERS.files += $$absolute_path(ViewModel, $$INC_PATH/include/$$MODULE_INCNAME)
else: gen_headers.files += $$absolute_path(ViewModel, $$INC_PATH/include/$$MODULE_INCNAME)
lib_bundle: message($$FRAMEWORK_HEADERS.files)
else: message($$gen_headers.files)

qpmx_ts_target.path = $$[QT_INSTALL_TRANSLATIONS]
qpmx_ts_target.depends += lrelease
Expand Down

0 comments on commit 866fc54

Please sign in to comment.