0.1.3.145-beta1-symbian0.1.4.170-beta2-bb10appveyorimgbotreadme
Last change
on this file since b968056ce3 was
140912822f,
checked in by Oleksii Serdiuk, 15 years ago
|
Code tweaks to compile without errors using Qt < 4.5.
|
-
Property mode set to
100644
|
File size:
864 bytes
|
Rev | Line | |
---|
[5354a01311] | 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 |
---|
[2b9257627c] | 14 | HEADERS += src/globals.h \ |
---|
| 15 | src/os.h \ |
---|
[0621172ec1] | 16 | src/mainwindow.h \ |
---|
[5354a01311] | 17 | src/settingsdialog.h \ |
---|
| 18 | src/tspmodel.h \ |
---|
| 19 | src/tspsolver.h \ |
---|
| 20 | src/resource.h |
---|
| 21 | |
---|
| 22 | #Source files |
---|
[140912822f] | 23 | SOURCES += src/main.cpp \ |
---|
[5354a01311] | 24 | src/mainwindow.cpp \ |
---|
| 25 | src/settingsdialog.cpp \ |
---|
| 26 | src/tspmodel.cpp \ |
---|
| 27 | src/tspsolver.cpp |
---|
| 28 | |
---|
| 29 | #Forms |
---|
| 30 | FORMS += ui/mainwindow.ce.ui \ |
---|
| 31 | ui/mainwindow.ui \ |
---|
| 32 | ui/settingsdialog.ui \ |
---|
| 33 | ui/settingsdialog.ce.ui |
---|
| 34 | |
---|
| 35 | #Resource file(s) |
---|
| 36 | RESOURCES += resources/tspsg.qrc |
---|
| 37 | |
---|
[5fce561905] | 38 | #Translations |
---|
| 39 | CODECFORTR = UTF-8 |
---|
[899d1b8e15] | 40 | TRANSLATIONS += i18n/en.ts \ |
---|
| 41 | i18n/ru.ts \ |
---|
| 42 | i18n/uk.ts |
---|
Note: See
TracBrowser
for help on using the repository browser.