From 0bcbc969c7dfa362cfffad3f92d375329fee289f Mon Sep 17 00:00:00 2001 From: Wolf Bergenheim Date: Mon, 23 Aug 2010 12:15:15 +0300 Subject: * Moved CommandLineParser to its own files * Removed broken timer, replaced it with a simpler timer made in C * Sanitized the use of resources (Use Qt types instead of custom bitmap) * Added a MessageHandler so we can later play with verbosity level --- resourceqt-client/resourceqt-client.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resourceqt-client/resourceqt-client.pro') diff --git a/resourceqt-client/resourceqt-client.pro b/resourceqt-client/resourceqt-client.pro index 7b4e7ff..bd2c178 100644 --- a/resourceqt-client/resourceqt-client.pro +++ b/resourceqt-client/resourceqt-client.pro @@ -14,8 +14,8 @@ QMAKE_CXXFLAGS += -Wall LIBS += -L$${LIBRESOURCEQT}/build -lresourceqt -L$${LIBDBUSQEVENTLOOP}/build -ldbus-qeventloop # Input -HEADERS = client.h -SOURCES += resourceqt-client.cpp client.cpp +HEADERS = client.h commandlineparser.h time-stat.h +SOURCES += resourceqt-client.cpp commandlineparser.cpp client.cpp time-stat.c QMAKE_DISTCLEAN += -r .moc .obj -- cgit v1.2.3