diff options
author | senator <senator> | 2008-03-17 11:27:11 +0000 |
---|---|---|
committer | senator <senator> | 2008-03-17 11:27:11 +0000 |
commit | 5c925e49369e7593a81cd199fb2791c707122cef (patch) | |
tree | e2bcd925877792e3efbeb044e436ffe540a6d73d /client | |
parent | a7ce3d715138fffe0817855468a38f6ca46b7c60 (diff) |
pro file
Diffstat (limited to 'client')
-rw-r--r-- | client/client.pro | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro new file mode 100644 index 0000000..2013cd0 --- /dev/null +++ b/client/client.pro @@ -0,0 +1,38 @@ +###################################################################### +# Automatically generated by qmake (2.01a) Wed Aug 29 14:24:47 2007 +###################################################################### + +TEMPLATE = app +TARGET = +DEPENDPATH += . _old widgets +INCLUDEPATH += . _old widgets + +HEADERS += sendrecieve.h macro.h builder.h \ + widgets/widget.h \ + widgets/label.h \ + widgets/lineedit.h \ + widgets/textedit.h \ + widgets/pushbutton.h \ + widgets/combobox.h \ + widgets/listbox.h \ + widgets/frame.h \ + widgets/groupbox.h \ + widgets/radiobutton.h \ + widgets/radiobuttons.h \ + widgets/checkbox.h \ + widgets/window.h +SOURCES += main.cc sendrecieve.cc macro.cc builder.cc \ + widgets/widget.cc \ + widgets/label.cc \ + widgets/lineedit.cc \ + widgets/textedit.cc \ + widgets/pushbutton.cc \ + widgets/combobox.cc \ + widgets/listbox.cc \ + widgets/frame.cc \ + widgets/groupbox.cc \ + widgets/radiobutton.cc \ + widgets/radiobuttons.cc \ + widgets/checkbox.cc \ + widgets/window.cc +QT += core gui network xml |