From b76db8a6385f3eb2a5f91367789e857fb7fe86ae Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 29 May 2008 12:30:47 +0000 Subject: Cleaned up the new_macro functions. Did some GPL header correction. --- client/client.pro | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'client/client.pro') 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 -- cgit v1.2.3