Commit 9ae13b3f authored by Kevin Funk's avatar Kevin Funk Committed by Kevin Funk
Browse files

Fixup DLLDESTDIR for modules


Should place the DLLs correctly on Windows for QtRO standalone builds.

The original DLLDESTDIR stays at 'lib' when prefix_build is true; not
sure why, though.

Change-Id: I9772f2442bb6347ccb1806542b313754fa6e48e6
Reviewed-by: default avatarBrett Stottlemyer <bstottle@ford.com>
Showing with 6 additions and 0 deletions
......@@ -13,6 +13,9 @@ OTHER_FILES += $$PWD/doc/qtremoteobjects.qdocconf \
load(qt_module)
# Fixup DLLDESTDIR from qt_module.pri
win32:!wince: DLLDESTDIR = $$MODULE_BASE_OUTDIR/bin
DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII QT_NO_CAST_FROM_BYTEARRAY QT_NO_URL_CAST_FROM_STRING
INCLUDEPATH *= .
......
......@@ -6,6 +6,9 @@ CONFIG += header_module
load(qt_module)
# Fixup DLLDESTDIR from qt_module.pri
win32:!wince: DLLDESTDIR = $$MODULE_BASE_OUTDIR/bin
# Copy non-C++ headers to out dir as well (syncqt does not take care of it)
copy_files.name = copy_files
copy_files.input = EXTRA_HEADERS
......
Supports Markdown
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