commit | ff73196cf4ec5b11effc5c61c8cf69382576e6d5 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 09 17:16:28 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 09 17:16:28 2013 -0800 |
tree | 6b671678e09dcacf5ee356afdadeaaa06239bc58 | |
parent | 33206988ad749d83143cecfc7a5c7c9add0f031a [diff] [blame] |
Fixing qt compilation issue (do not remove 4 last lines in filesystemwatcher.cpp)
diff --git a/wscript b/wscript index 302ecfc..449ad2f 100644 --- a/wscript +++ b/wscript
@@ -134,9 +134,12 @@ includes = ['include', 'src'], ) + + qt = bld ( target = "gui", features = "qt4 cxx cxxprogram", + defines = "WAF", source = "filesystemwatcher/filesystemwatcher.cpp filesystemwatcher/filesystemwatcher.ui filesystemwatcher/main.cpp", includes = "filesystemwatcher src include .", use = "QTCORE QTGUI"