Skip to content

Commit

Permalink
Install the mkv8snapshot tool to the native side
Browse files Browse the repository at this point in the history
Upstream-Status: Inappropriate [configuration]

Signed-off-by: Mikko Levonmaa <[email protected]>
  • Loading branch information
Mikko Levonmaa authored and shr-project committed Apr 3, 2013
1 parent b2b83f0 commit b662fa9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/tools/mkv8snapshot/mkv8snapshot.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@ unix:LIBS += -lpthread

# We don't need to install this tool, it's only used for building v8.
# However we do have to make sure that 'make install' builds it.
dummytarget.CONFIG = dummy_install
INSTALLS += dummytarget
#dummytarget.CONFIG = dummy_install
#INSTALLS += dummytarget

# Install the tool so that during target cross compilation we have access to the native side binary
target.path = $$[QT_HOST_BINS]
INSTALLS += target

0 comments on commit b662fa9

Please sign in to comment.