diff options
author | deva <deva> | 2008-05-29 12:30:47 +0000 |
---|---|---|
committer | deva <deva> | 2008-05-29 12:30:47 +0000 |
commit | b76db8a6385f3eb2a5f91367789e857fb7fe86ae (patch) | |
tree | 41bf44b02dff3fea3a40c79156a86b10a987cc1b /client/client.pro | |
parent | 4915b8edd50bf95735e94bb58a238aa02a29fe5c (diff) |
Cleaned up the new_macro functions. Did some GPL header correction.
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/client/client.pro b/client/client.pro index 3ab8855..5e15f48 100644 --- a/client/client.pro +++ b/client/client.pro @@ -4,10 +4,15 @@ TEMPLATE = app TARGET = pracro -DEPENDPATH += . _old widgets -INCLUDEPATH += . _old widgets +DEPENDPATH += . widgets +INCLUDEPATH += . widgets +QT += core gui network xml -HEADERS += sendrecieve.h macro.h builder.h \ +HEADERS += \ + builder.h \ + macro.h \ + sendrecieve.h \ + widgets.h \ widgets/widget.h \ widgets/label.h \ widgets/lineedit.h \ @@ -21,7 +26,12 @@ HEADERS += sendrecieve.h macro.h builder.h \ widgets/radiobuttons.h \ widgets/checkbox.h \ widgets/window.h -SOURCES += main.cc sendrecieve.cc macro.cc builder.cc \ + +SOURCES += \ + pracro.cc \ + builder.cc \ + macro.cc \ + sendrecieve.cc \ widgets/widget.cc \ widgets/label.cc \ widgets/lineedit.cc \ @@ -35,7 +45,6 @@ SOURCES += main.cc sendrecieve.cc macro.cc builder.cc \ widgets/radiobuttons.cc \ widgets/checkbox.cc \ widgets/window.cc -QT += core gui network xml win32 { DEFINES += HOST_WIN32 |