commit | 40eca75a90ea3d688fbfd4f3119b5d528c1425e8 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Oct 10 15:00:58 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri May 09 15:15:56 2014 -0700 |
tree | ad06d85b3edf1845c9d7b8c753202d7f0d743c0e | |
parent | 847aa8680b9b6ce0d5ff7fda2d90748a8184bdb8 [diff] [blame] |
make basic ui of Contact
diff --git a/wscript b/wscript index e60e569..878688b 100644 --- a/wscript +++ b/wscript
@@ -25,7 +25,7 @@ def build (bld): qt = bld ( - target = "ChronoChat", + target = "Contacts", features = "qt4 cxx cxxprogram", defines = "WAF", source = bld.path.ant_glob(['src/*.cpp', 'src/*.ui']),