commit | ffb32633c0c793aa516f8beab0dd73e6f8ac08bb | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Wed Oct 09 18:11:41 2013 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Wed Oct 09 18:11:41 2013 -0700 |
tree | 6de594b84d197f6688d869b515b18c3850f0dcfb | |
parent | 34d90ba737af641003c0dd172af5183c54fa4ae9 [diff] [blame] |
finally make QT linking work....
diff --git a/src/chronochat.cpp b/src/chronochat.cpp index f4742be..bd9389c 100644 --- a/src/chronochat.cpp +++ b/src/chronochat.cpp
@@ -22,3 +22,8 @@ { delete ui; } + +#if WAF +#include "chronochat.moc" +#include "chronochat.cpp.moc" +#endif