source: tspsg/tspsg.pri @ 899d1b8e15

0.1.3.145-beta1-symbian0.1.4.170-beta2-bb10appveyorimgbotreadme
Last change on this file since 899d1b8e15 was 899d1b8e15, checked in by Oleksii Serdiuk, 15 years ago

+ Selected application language is now saved and restored.
+ Added language selection entries to main menu.
+ On-the-fly language switching.
+ Loading corresponding Qt library language, if exists.

  • File/New? sets all table cells to zeros.
  • Translation updates to reflect recent changes.
  • Renamed language files from language names to language codes.
  • Renamed some slot to have unified signal/slot naming.
  • Printer settings are now persistant until application close.
  • Property mode set to 100644
File size: 853 bytes
Line 
1######################################################################
2#
3# TSPSG - TSP Solver and Generator
4# Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name>
5#
6# $Id$
7# $URL$
8#
9# This file is part of TSPSG.
10#
11######################################################################
12
13#Header files
14HEADERS += src/defines.h \
15        src/mainwindow.h \
16        src/settingsdialog.h \
17        src/tspmodel.h \
18        src/tspsolver.h \
19        src/resource.h
20
21#Source files
22SOURCES += ./src/main.cpp \
23        src/mainwindow.cpp \
24        src/settingsdialog.cpp \
25        src/tspmodel.cpp \
26        src/tspsolver.cpp
27
28#Forms
29FORMS += ui/mainwindow.ce.ui \
30        ui/mainwindow.ui \
31        ui/settingsdialog.ui \
32        ui/settingsdialog.ce.ui
33
34#Resource file(s)
35RESOURCES += resources/tspsg.qrc
36
37#Translations
38CODECFORTR = UTF-8
39TRANSLATIONS += i18n/en.ts \
40        i18n/ru.ts \
41        i18n/uk.ts
Note: See TracBrowser for help on using the repository browser.