Last change
on this file since 53 was
42,
checked in by laleppa, 15 years ago
|
+ Finished solving algorithm (needs thorough testing).
+ Solution can be saved to HTML or OpenDocument? format.
+ Added VERSIONINFO resource for windows builds.
- Updated translations to have unified terminology everywhere.
NB: This will be the first public alpha build.
|
-
Property svn:keywords set to
Id URL
|
File size:
881 bytes
|
Rev | Line | |
---|
[17] | 1 | ###################################################################### |
---|
| 2 | # |
---|
[42] | 3 | # TSPSG: TSP Solver and Generator |
---|
[17] | 4 | # Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name> |
---|
| 5 | # |
---|
| 6 | # $Id: tspsg.pri 42 2009-07-31 18:23:07Z laleppa $ |
---|
| 7 | # $URL: https://tspsg.svn.sourceforge.net/svnroot/tspsg/trunk/tspsg.pri $ |
---|
| 8 | # |
---|
| 9 | # This file is part of TSPSG. |
---|
| 10 | # |
---|
| 11 | ###################################################################### |
---|
| 12 | |
---|
| 13 | #Header files |
---|
[32] | 14 | HEADERS += src/globals.h \ |
---|
[42] | 15 | src/version.h \ |
---|
[32] | 16 | src/os.h \ |
---|
[26] | 17 | src/mainwindow.h \ |
---|
[17] | 18 | src/settingsdialog.h \ |
---|
| 19 | src/tspmodel.h \ |
---|
| 20 | src/tspsolver.h \ |
---|
| 21 | src/resource.h |
---|
| 22 | |
---|
| 23 | #Source files |
---|
[33] | 24 | SOURCES += src/main.cpp \ |
---|
[17] | 25 | src/mainwindow.cpp \ |
---|
| 26 | src/settingsdialog.cpp \ |
---|
| 27 | src/tspmodel.cpp \ |
---|
| 28 | src/tspsolver.cpp |
---|
| 29 | |
---|
| 30 | #Forms |
---|
| 31 | FORMS += ui/mainwindow.ce.ui \ |
---|
| 32 | ui/mainwindow.ui \ |
---|
| 33 | ui/settingsdialog.ui \ |
---|
| 34 | ui/settingsdialog.ce.ui |
---|
| 35 | |
---|
| 36 | #Resource file(s) |
---|
| 37 | RESOURCES += resources/tspsg.qrc |
---|
| 38 | |
---|
[18] | 39 | #Translations |
---|
| 40 | CODECFORTR = UTF-8 |
---|
[29] | 41 | TRANSLATIONS += i18n/en.ts \ |
---|
| 42 | i18n/ru.ts \ |
---|
| 43 | i18n/uk.ts |
---|
Note: See
TracBrowser
for help on using the repository browser.