From: paul romanchenko Date: Fri, 17 Sep 2010 14:40:21 +0000 (+0400) Subject: Don't forget updated project X-Git-Url: http://git.maemo.org/git/?p=vexed;a=commitdiff_plain;h=3de8b64bc28fc68cff8603d8939734567fbdcce9 Don't forget updated project --- diff --git a/qexed.pro b/qexed.pro index 5128951..4027683 100644 --- a/qexed.pro +++ b/qexed.pro @@ -4,7 +4,7 @@ # #------------------------------------------------- -QT += core gui svg +QT += core gui TARGET = qexed TEMPLATE = app @@ -18,7 +18,9 @@ SOURCES += main.cpp\ iconset.cpp \ preferences.cpp \ howtoplay.cpp \ - settings.cpp + settings.cpp \ + needadvance.cpp \ + about.cpp HEADERS += mainwindow.h \ playfield.h \ @@ -27,11 +29,15 @@ HEADERS += mainwindow.h \ iconset.h \ preferences.h \ howtoplay.h \ - settings.h + settings.h \ + needadvance.h \ + about.h FORMS += mainwindow.ui \ preferences.ui \ - howtoplay.ui + howtoplay.ui \ + needadvance.ui \ + about.ui CONFIG += mobility MOBILITY =