X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=chessclock.pro;h=f05273d35dbcdb2284b918c5154c53a13f6c9dad;hb=5436f03ecd253593d065ae3ff8d2ef89a1e0e9c8;hp=6906150b23e215ae3e77947656278a567935fac6;hpb=eaf7181fcfe3751730e4c6b61efbfafa24beb33b;p=chessclock diff --git a/chessclock.pro b/chessclock.pro index 6906150..f05273d 100644 --- a/chessclock.pro +++ b/chessclock.pro @@ -6,6 +6,8 @@ QML_IMPORT_PATH = QT+= declarative symbian:TARGET.UID3 = 0xE00C40B5 +VERSION = 1.9.0 + # Smart Installer package's UID # This UID is from the protected range and therefore the package will # fail to install if self-signed. By default qmake uses the unprotected @@ -23,50 +25,32 @@ MOBILITY += systeminfo # The .cpp file which was generated for your project. Feel free to hack it. SOURCES += main.cpp \ - chessclockwindow.cpp \ classes/turninformation.cpp \ classes/chessclock.cpp \ classes/chessclockwidget.cpp \ classes/clockswidget.cpp \ - classes/welcomescreenwidget.cpp \ - classes/timecontrol/basicdialog.cpp \ - classes/timecontrol/notimecontrol.cpp \ - classes/startwidget.cpp \ - classes/timecontrol/fischertimecontrol.cpp \ classes/timecontrol/fischerclock.cpp \ classes/timecontrol/fischerafterclock.cpp \ - classes/timecontrol/fischeraftertimecontrol.cpp \ classes/timecontrol/delayclock.cpp \ - classes/timecontrol/delaytimecontrol.cpp \ classes/timecontrol/delayafterclock.cpp \ - classes/timecontrol/delayaftertimecontrol.cpp \ classes/timecontrol/hourglassclock.cpp \ - classes/timecontrol/hourglasstimecontrol.cpp \ classes/screenlitkeeper.cpp \ - classes/wrappedclockswidget.cpp + classes/wrappedclockswidget.cpp \ + chessclockview.cpp -HEADERS += chessclockwindow.h \ +HEADERS += \ classes/turninformation.h \ classes/chessclock.h \ classes/chessclockwidget.h \ classes/clockswidget.h \ - classes/welcomescreenwidget.h \ - classes/timecontrol.h \ - classes/timecontrol/basicdialog.h \ - classes/timecontrol/notimecontrol.h \ - classes/startwidget.h \ - classes/timecontrol/fischertimecontrol.h \ classes/timecontrol/fischerclock.h \ classes/timecontrol/fischerafterclock.h \ - classes/timecontrol/fischeraftertimecontrol.h \ classes/timecontrol/delayclock.h \ - classes/timecontrol/delaytimecontrol.h \ classes/timecontrol/delayafterclock.h \ - classes/timecontrol/delayaftertimecontrol.h \ - classes/timecontrol/hourglasstimecontrol.h \ classes/timecontrol/hourglassclock.h \ classes/screenlitkeeper.h \ - classes/wrappedclockswidget.h + classes/wrappedclockswidget.h \ + chessclockview.h OTHER_FILES += \ @@ -83,8 +67,8 @@ OTHER_FILES += \ qtc_packaging/debian_harmattan/changelog \ qml/ClocksPage.qml \ qml/AboutPage.qml \ - qml/NewGameDialog.qml \ - qml/TimePicker.qml + qml/NewGameDialogPage.qml + RESOURCES += \ res.qrc \