diff options
author | Thiago Macieira <thiago@macieira.org> | 2014-01-28 12:14:57 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-28 15:39:15 -0800 |
commit | 775b4f702acce9aa1acad1406164a7c55c1876fb (patch) | |
tree | dfb3ae19230eeeec903c7c2a2e57819eb0afc854 /qt-ui | |
parent | 607bf479897f5216d8c95bbf4353e544e05adafe (diff) | |
download | subsurface-775b4f702acce9aa1acad1406164a7c55c1876fb.tar.gz |
Remove the hack to create most Makefile variables on Unix
I've just discovered, quite by accident, a new undocumented feature of
qmake: it can write Makefile variables. So let's use this feature
where we can instead of our hack. The only thing is that it prepends
an "EXPORT_" prefix, so we can't use it for a variable like $(prefix)
that Linux distributions are expected to try to modify during make
install.
I've verified that the feature remains in Qt 5.x.
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
0 files changed, 0 insertions, 0 deletions