Changeset 1070


Ignore:
Timestamp:
Sep 9, 2011, 5:30:27 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

Do not copy Qt DLLs to $$[QT_INSTALL_PREFIX]/bin at build time.

The right thing to do is copy them to $$QT_BUILD_TREE/bin instead;
install prefixes are only for the make install target and should
not be polluted by the build process.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/qbase.pri

    r1050 r1070  
    3030#other
    3131DESTDIR          = $$QMAKE_LIBDIR_QT
    32 os2|win32:!wince*:DLLDESTDIR = $$[QT_INSTALL_PREFIX]/bin
     32os2|win32:!wince*:DLLDESTDIR = $$/bin
    3333
    3434CONFIG          += qt warn_on depend_includepath
Note: See TracChangeset for help on using the changeset viewer.