X-Git-Url: http://git.maemo.org/git/?p=qmemory;a=blobdiff_plain;f=Memory.pro;h=2746a86f070d16dd2cd060e20b6ca3752681a592;hp=c2795ff7b06794a11b1d89359d9517556e13647f;hb=caa58719dd425f2363e60c77074b2a74f03dcb02;hpb=d31077d997a477705f784f8ce01af3482d82b2d6 diff --git a/Memory.pro b/Memory.pro index c2795ff..2746a86 100644 --- a/Memory.pro +++ b/Memory.pro @@ -2,14 +2,16 @@ # Project created by QtCreator 2010-02-18T12:16:41 # ------------------------------------------------- QT += svg -TARGET = Memory +TARGET = qmemory TEMPLATE = app RESOURCES = qled.qrc SOURCES += main.cpp \ mainwindow.cpp \ crazybutton.cpp \ - testThread.cpp + testThread.cpp \ + qled.cpp HEADERS += mainwindow.h \ crazybutton.h \ - testThread.h + testThread.h \ + qled.h FORMS += mainwindow.ui