diff options
author | deva <deva> | 2008-09-19 12:07:48 +0000 |
---|---|---|
committer | deva <deva> | 2008-09-19 12:07:48 +0000 |
commit | 3541224f0fb3d5b7b531eef45318d7e41cb51915 (patch) | |
tree | 450e6fc9d3ae57f7db7a79cfa87386e0b7b09c92 /client/client.pro | |
parent | eff75e9193b0e1d9175f49e003977d524c6a2d36 (diff) |
First working version of the collapser-pracro view.
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro index 2ce4fa7..3821a0c 100644 --- a/client/client.pro +++ b/client/client.pro @@ -28,6 +28,7 @@ HEADERS += \ lua.h \ macro.h \ macrowindow.h \ + mainwindow.h \ netcom.h \ widgetbuilder.h \ widgets.h \ @@ -55,6 +56,7 @@ SOURCES += \ lua.cc \ macro.cc \ macrowindow.cc \ + mainwindow.cc \ netcom.cc \ widgetbuilder.cc \ widgets/common.cc \ |