summaryrefslogtreecommitdiffstats
path: root/Rules.mk
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-09-17 15:05:10 -0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-09-17 15:05:10 -0400
commitb473604ee8a86ca963fd9faafaf0bfc0125bf652 (patch)
tree35fb21e3f52a1f8ac06c04540fd0a4ca6e608534 /Rules.mk
parenta7ceb695f57a88d280719c4763c8d5eb4b6ab03e (diff)
downloadsubsurface-b473604ee8a86ca963fd9faafaf0bfc0125bf652.tar.gz
Update installer so we can cross-build for Windows
Marble doesn't work, yet (Google Maps aren't loaded), but at least Subsurface starts under Windows with the installer built. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Rules.mk')
-rw-r--r--Rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mk b/Rules.mk
index d3f9291f2..4329bae10 100644
--- a/Rules.mk
+++ b/Rules.mk
@@ -41,7 +41,7 @@ ALL_OBJS = $(OBJS) $(MOC_OBJS)
# Files for using Qt Creator
CREATOR_FILES = $(NAME).config $(NAME).creator $(NAME).files $(NAME).includes
-all: $(NAME) doc
+all: $(TARGET) doc
$(TARGET): gen_version_file $(ALL_OBJS) $(MSGOBJS) $(INFOPLIST)
@$(PRETTYECHO) ' LINK' $(TARGET)