diff options
author | David Robillard <d@drobilla.net> | 2017-08-06 16:39:40 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-08-06 16:40:38 +0200 |
commit | 35c7069b14eb0016513c80ed994247336d7d7a70 (patch) | |
tree | 39d006280de5153711fa58ed86407112f93e5c71 /wscript | |
parent | 761684d36210d660315d70c27d366fc2bc9e62cb (diff) | |
download | suil-35c7069b14eb0016513c80ed994247336d7d7a70.tar.gz suil-35c7069b14eb0016513c80ed994247336d7d7a70.tar.bz2 suil-35c7069b14eb0016513c80ed994247336d7d7a70.zip |
Only enable C++11 mode if Qt5 is in use
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -133,6 +133,7 @@ def configure(conf): if conf.env.HAVE_QT5: autowaf.define(conf, 'SUIL_WITH_X11_IN_QT5', 1) + autowaf.set_cxx11_mode(conf) if conf.env.HAVE_X11: autowaf.define(conf, 'SUIL_WITH_X11', 1) |