diff options
author | deva <deva> | 2010-08-17 14:29:05 +0000 |
---|---|---|
committer | deva <deva> | 2010-08-17 14:29:05 +0000 |
commit | d2295ad23ed22af07addc93b71e36f7bb688d534 (patch) | |
tree | 4915612e87646091275e291bae291951744585fc /client/client.pro | |
parent | b23c3c321b80449aa22e14d40115d1e4a764a1b3 (diff) |
New format parser for metawidget et al. DBWidget is broken for the moment...
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/client.pro b/client/client.pro index e507c4e..3758693 100644 --- a/client/client.pro +++ b/client/client.pro @@ -35,7 +35,6 @@ unix { HEADERS += \ collapser.h \ debug.h \ - formatparser.h \ lua.h \ luawidget.h \ macro.h \ @@ -72,7 +71,6 @@ SOURCES += \ pracro.cc \ collapser.cc \ debug.cc \ - formatparser.cc \ lua.cc \ luawidget.cc \ macro.cc \ |