0.1.3.145-beta1-symbian0.1.4.170-beta2-bb10appveyorimgbotreadme
Last change
on this file since 2394ede291 was
5fce561905,
checked in by Oleksii Serdiuk, 15 years ago
|
Translation related updates...
|
-
Property mode set to
100644
|
File size:
832 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 |
---|
14 | HEADERS += src/mainwindow.h \ |
---|
15 | src/settingsdialog.h \ |
---|
16 | src/tspmodel.h \ |
---|
17 | src/tspsolver.h \ |
---|
18 | src/resource.h |
---|
19 | |
---|
20 | #Source files |
---|
21 | SOURCES += ./src/main.cpp \ |
---|
22 | src/mainwindow.cpp \ |
---|
23 | src/settingsdialog.cpp \ |
---|
24 | src/tspmodel.cpp \ |
---|
25 | src/tspsolver.cpp |
---|
26 | |
---|
27 | #Forms |
---|
28 | FORMS += ui/mainwindow.ce.ui \ |
---|
29 | ui/mainwindow.ui \ |
---|
30 | ui/settingsdialog.ui \ |
---|
31 | ui/settingsdialog.ce.ui |
---|
32 | |
---|
33 | #Resource file(s) |
---|
34 | RESOURCES += resources/tspsg.qrc |
---|
35 | |
---|
36 | #Translations |
---|
37 | CODECFORTR = UTF-8 |
---|
38 | TRANSLATIONS += i18n/English.ts \ |
---|
39 | i18n/Ukrainian.ts |
---|
Note: See
TracBrowser
for help on using the repository browser.