Commit 534d53b6 authored by Rohan McGovern's avatar Rohan McGovern Committed by Qt by Nokia
Browse files

Respect $$QT.xmlpatterns.bins

A module's tools should build directly into $$QT.<module>.bins, just
like its libraries and plugins.

Change-Id: I5a630ed3e64dd6aee2a8d3bc9f2ff3246c203bc6
Reviewed-on: http://codereview.qt.nokia.com/2800


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarKalle Lehtonen <kalle.ju.lehtonen@nokia.com>
parent 3acaf70a
No related merge requests found
Showing with 2 additions and 2 deletions
TEMPLATE = app
TARGET = xmlpatterns
DESTDIR = ../../bin
QT -= gui
QT += xmlpatterns-private
DESTDIR = $$QT.xmlpatterns.bins
target.path = $$[QT_INSTALL_BINS]
INSTALLS += target
......
TEMPLATE = app
TARGET = xmlpatternsvalidator
DESTDIR = ../../bin
QT -= gui
QT += xmlpatterns
DESTDIR = $$QT.xmlpatterns.bins
target.path = $$[QT_INSTALL_BINS]
INSTALLS += target
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment