commit | fb4c43f5a856571be0307a1f0e68cca9a9ffd3de | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jan 18 17:43:25 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jan 18 17:43:25 2013 -0800 |
tree | 6e641a3f6d8d5a09b58e8470c4d1eeeb98140503 | |
parent | f88d2484e7ea6c6423bfc64a891638266ddb2dac [diff] [blame] |
Compilation fix
diff --git a/wscript b/wscript index 37c5678..49ab31f 100644 --- a/wscript +++ b/wscript
@@ -109,6 +109,6 @@ features = "qt4 cxx cxxprogram", defines = "WAF", source = bld.path.ant_glob(['gui/*.cpp']), - includes = "chronosharegui . ", + includes = "gui . ", use = "QTCORE QTGUI" )