X-Git-Url: http://git.maemo.org/git/?p=qmemory;a=blobdiff_plain;f=Memory.pro;fp=Memory.pro;h=7bd6d4abfc621b4dfa6ad82087773f5c77a8dbdd;hp=0000000000000000000000000000000000000000;hb=06a7dabc6c41f79397c03f4cc67a07beb7f20f80;hpb=82bd63ece2c1e1660ccaa12b46b54202725641d3 diff --git a/Memory.pro b/Memory.pro new file mode 100644 index 0000000..7bd6d4a --- /dev/null +++ b/Memory.pro @@ -0,0 +1,13 @@ +# ------------------------------------------------- +# Project created by QtCreator 2010-02-18T12:16:41 +# ------------------------------------------------- +TARGET = Memory +TEMPLATE = app +SOURCES += main.cpp \ + mainwindow.cpp \ + crazybutton.cpp \ + testThread.cpp +HEADERS += mainwindow.h \ + crazybutton.h \ + testThread.h +FORMS += mainwindow.ui