X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=chessclock.pro;h=1402124ce1fcb8aa96b4fb7f7fd02204307e01d6;hb=a348cfea9aeec373f3e84a68408ab998c3225f3d;hp=3930fa2bdcf0e525588626ec700f1d12c5d48161;hpb=76c34e3099129ffc550a0a4b756fe823ff75c060;p=chessclock diff --git a/chessclock.pro b/chessclock.pro index 3930fa2..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,28 @@ 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/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/wrappedclockswidget.h \