From 987888d40c205054d0b2a803525250f4581c2573 Mon Sep 17 00:00:00 2001 From: giersch Date: Thu, 18 Oct 2007 15:23:01 +0000 Subject: [PATCH] . --- test/hello.pro | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/test/hello.pro b/test/hello.pro index f788dca..c1022ab 100644 --- a/test/hello.pro +++ b/test/hello.pro @@ -1,6 +1,18 @@ -TARGET = hello -CONFIG += qt debug -SOURCES += hello.cc \ - DrawingArea.cpp \ - DrawingThreadCore.cpp \ - MainDrawingThread.cpp +###################################################################### +# Automatically generated by qmake (2.01a) Thu Oct 18 17:12:48 2007 +###################################################################### + +TEMPLATE = app +TARGET = +DEPENDPATH += . +INCLUDEPATH += . + +# Input +HEADERS += DrawingArea.h \ + DrawingThread.h \ + DrawingWindow.h + +SOURCES += DrawingArea.cpp \ + DrawingThread.cpp \ + DrawingWindow.cpp \ + hello.cc -- 2.20.1