Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Jan 23, 2015
2 parents e1994b9 + 054c3fa commit 4291534
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGES
@@ -1,3 +1,5 @@
Changes for 1.0.3 (released 2015-01-23):
* added Windows nmake support

Changes for 1.0.2 (released 2014-12-14):
* fixed Windows build again
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ We faced these challanges and Twofold is the result.

* C++11 compiler
* Tested with GCC 4.9.1 on MinGW
* Tested with Visual Studio 2013 Community Edition Compiler (use jom)
* Tested with Visual Studio 2013 Community Edition Compiler
* Other compilers might work, but are not currently tested
* Qt 5.4.x
* Tested with the binary distributions of Qt 5.4.0 on Windows
Expand Down
12 changes: 9 additions & 3 deletions vendor/SourceMap.pro
Expand Up @@ -43,6 +43,12 @@ compiler_clean.commands = -$(DEL_FILE) $$shell_path($$TARGET_NAME/Makefile)

prepareBuild.depends = makeBuildFolder
buildInstall.depends = prepareBuild
install.depends = $(DESTDIR_TARGET) $(TARGET)
empty.target = $(TARGET)
QMAKE_EXTRA_TARGETS += makeBuildFolder prepareBuild buildInstall install compiler_clean empty

win32:!win32-g++: install.depends = $(DESTDIR_TARGET)
else {
install.depends = $(DESTDIR_TARGET) $(TARGET)
empty.target = "$(TARGET)"
empty.commands = cd .
QMAKE_EXTRA_TARGETS += empty
}
QMAKE_EXTRA_TARGETS += makeBuildFolder prepareBuild buildInstall install compiler_clean

0 comments on commit 4291534

Please sign in to comment.