From 3de8b64bc28fc68cff8603d8939734567fbdcce9 Mon Sep 17 00:00:00 2001 From: paul romanchenko Date: Fri, 17 Sep 2010 18:40:21 +0400 Subject: [PATCH] Don't forget updated project --- qexed.pro | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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 = -- 1.7.9.5