Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple updates #46

Closed
wants to merge 13 commits into from
Closed

Multiple updates #46

wants to merge 13 commits into from

Conversation

OgreTransporter
Copy link
Contributor

I've updated the german translation file (a95b373).

The MSVC has printed some simple compiler warnings regarding typecasting that are fixed by 464398f.

I've made big changes on the CMake scripts (4aa8b10). Normally under Windows the Qt SDK is not distributed with static libraries, but only with dynamic DLLs. Therefore dynamic linking is now default. However, the NPACKED_FORCE_STATIC_QT switch can be used to force static linking. Instead of completely setting each program individually, all global settings are now set in the CMakeLists.txt in the main directory. There you can also select the projects to be built via switches (NPACKD_BUILD_TESTS, NPACKED_BUILD_CLU, NPACKED_BUILD_NPACKDCL and NPACKED_BUILD_NPACKDG). When installing the dynamically linked projects, the DLLs are no longer copied manually, but by the Qt program windeployqt. The program copies all dependencies and plugins automatically.

MSDN: GetVersionEx may be altered or unavailable for releases after Windows 8.1. With the release of Windows 8.1, the behavior of the GetVersionEx API has changed in the value it will return for the operating system version. The value returned by the GetVersionEx function now depends on how the application is manifested.
@@ -246,7 +246,7 @@ int App::process()
build(job);
} else {
job->setErrorMessage(QStringLiteral("Wrong command: ") + cmd +
QStringLiteral(". Try \"ncl help\""));
QStringLiteral(". Try \"npackdcl help\""));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"ncl" is actually the new name.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 0c3714d

@tim-lebedkov
Copy link
Collaborator

I cherry-picked the 2 changes from this pull request: "update german translation" and "Fix compiler warnings". I will close this pull request. Please create a new pull request with CMake changes only where everything builds.

@OgreTransporter
Copy link
Contributor Author

New request #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants