summaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
authordeva <deva>2008-06-02 13:03:33 +0000
committerdeva <deva>2008-06-02 13:03:33 +0000
commit322a83c48618b2f58e1014daff6f3956af8070ea (patch)
treeaa6124cd9f13ee2308e28d33175dc31eb1d34984 /client/client.pro
parentf9f04013fca46fa256664bbf1f983c966f253400 (diff)
A large number of small changes in widgets, primarily validation oriented.
Diffstat (limited to 'client/client.pro')
-rw-r--r--client/client.pro12
1 files changed, 6 insertions, 6 deletions
diff --git a/client/client.pro b/client/client.pro
index ba1544b..4d4f82d 100644
--- a/client/client.pro
+++ b/client/client.pro
@@ -8,10 +8,14 @@ DEPENDPATH += . widgets
INCLUDEPATH += . widgets
QT += core gui network xml
+# For debugging
+QMAKE_CXXFLAGS += -g -Wall -Werror
+
win32 {
LIBPATH += lua/lib
INCLUDEPATH += lua/include
LIBS += -llua51
+ DEFINES += HOST_WIN32
}
unix {
@@ -19,9 +23,9 @@ unix {
}
HEADERS += \
- builder.h \
lua.h \
macro.h \
+ macrowindow.h \
sendrecieve.h \
widgets.h \
widgets/widget.h \
@@ -40,9 +44,9 @@ HEADERS += \
SOURCES += \
pracro.cc \
- builder.cc \
lua.cc \
macro.cc \
+ macrowindow.cc \
sendrecieve.cc \
widgets/widget.cc \
widgets/label.cc \
@@ -57,7 +61,3 @@ SOURCES += \
widgets/radiobuttons.cc \
widgets/checkbox.cc \
widgets/window.cc
-
-win32 {
- DEFINES += HOST_WIN32
-}