Modificato del file .pro
authorunknown <Manu@.(none)>
Sat, 27 Feb 2010 09:29:24 +0000 (10:29 +0100)
committerunknown <Manu@.(none)>
Sat, 27 Feb 2010 09:29:24 +0000 (10:29 +0100)
Aggiunti nel progetto i file per il QLed

Memory.pro

index c2795ff..dd0bef6 100644 (file)
@@ -8,8 +8,10 @@ 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