source:
tspsg/tspsg.pri
@
b424a7e320
Last change on this file since b424a7e320 was 430bd7f7e9, checked in by , 15 years ago | |
---|---|
|
|
File size: 881 bytes |
Rev | Line | |
---|---|---|
[5354a01311] | 1 | ###################################################################### |
2 | # | |
[430bd7f7e9] | 3 | # TSPSG: TSP Solver and Generator |
[5354a01311] | 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 \ |
[430bd7f7e9] | 15 | src/version.h \ |
[2b9257627c] | 16 | src/os.h \ |
[0621172ec1] | 17 | src/mainwindow.h \ |
[5354a01311] | 18 | src/settingsdialog.h \ |
19 | src/tspmodel.h \ | |
20 | src/tspsolver.h \ | |
21 | src/resource.h | |
22 | ||
23 | #Source files | |
[140912822f] | 24 | SOURCES += src/main.cpp \ |
[5354a01311] | 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 | ||
[5fce561905] | 39 | #Translations |
40 | CODECFORTR = UTF-8 | |
[899d1b8e15] | 41 | TRANSLATIONS += i18n/en.ts \ |
42 | i18n/ru.ts \ | |
43 | i18n/uk.ts |
Note: See TracBrowser
for help on using the repository browser.