X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=chessclock.pro;h=1402124ce1fcb8aa96b4fb7f7fd02204307e01d6;hb=a348cfea9aeec373f3e84a68408ab998c3225f3d;hp=b91415bdc4cb0ccb3454e6279a99fdd17794adb0;hpb=fc80e427b739525c7ce47c00bb6db41fcd0a40ac;p=chessclock diff --git a/chessclock.pro b/chessclock.pro index b91415b..1402124 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,48 +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/screenlitkeeper.cpp \ + classes/wrappedclockswidget.cpp \ + classes/settings.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/screenlitkeeper.h \ + classes/wrappedclockswidget.h \ + classes/settings.h OTHER_FILES += \ @@ -78,7 +64,11 @@ OTHER_FILES += \ qtc_packaging/debian_harmattan/copyright \ qtc_packaging/debian_harmattan/control \ qtc_packaging/debian_harmattan/compat \ - qtc_packaging/debian_harmattan/changelog + qtc_packaging/debian_harmattan/changelog \ + qml/ClocksPage.qml \ + qml/AboutPage.qml \ + qml/NewGameDialogPage.qml + RESOURCES += \ res.qrc \ @@ -97,4 +87,3 @@ unix:!symbian:!maemo5 { target.path = /opt/chessclock/bin INSTALLS += target } -