summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2010-05-17 14:14:32 (GMT)
committerJoerg Bornemann <joerg.bornemann@nokia.com>2010-05-17 14:14:32 (GMT)
commit6126d5c033e669bd57fc26093eb9be368feb12e2 (patch)
tree29390731d12d9e18177719e2ba11d8d5def0c6a1 /src
parent03eae990b1aea880ee863061e1429edc4a96c626 (diff)
downloadQt-6126d5c033e669bd57fc26093eb9be368feb12e2.zip
Qt-6126d5c033e669bd57fc26093eb9be368feb12e2.tar.gz
Qt-6126d5c033e669bd57fc26093eb9be368feb12e2.tar.bz2
qmake: added possibility to specify the type of an install target
Before this change: target.CONFIG+=no_check_exist implies the file is a file, no way to make an install rule for a non-existing directory. Now, its possible to specify the type: target.CONFIG+=no_check_exist directory will install a directory. target.CONFIG+=no_check_exist executable will install an executable. target.CONFIG+=no_check_exist data will install a normal file. The default case, if no type is given, like in CONFIG+=no_check_exist will call QFileInfo::isExecutable() to determine, if its a data file or executable. This is the old behaviour. Task-number: QTBUG-10624 Reviewed-by: ossi
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions