source:
tspsg/tspsg.pri
@
e4ae9e95f7
Last change on this file since e4ae9e95f7 was 1757eb594b, checked in by , 15 years ago | |
---|---|
|
|
File size: 848 bytes |
Rev | Line | |
---|---|---|
[5354a01311] | 1 | ###################################################################### |
2 | # | |
[430bd7f7e9] | 3 | # TSPSG: TSP Solver and Generator |
[1757eb594b] | 4 | # Copyright (C) 2007-2010 Lёppa <contacts[at]oleksii[dot]name> |
[5354a01311] | 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 \ |
[1757eb594b] | 17 | src/defaults.h \ |
[0621172ec1] | 18 | src/mainwindow.h \ |
[5354a01311] | 19 | src/settingsdialog.h \ |
20 | src/tspmodel.h \ | |
21 | src/tspsolver.h \ | |
22 | src/resource.h | |
23 | ||
24 | #Source files | |
[140912822f] | 25 | SOURCES += src/main.cpp \ |
[5354a01311] | 26 | src/mainwindow.cpp \ |
27 | src/settingsdialog.cpp \ | |
28 | src/tspmodel.cpp \ | |
29 | src/tspsolver.cpp | |
30 | ||
31 | #Forms | |
[c10297cf73] | 32 | FORMS += ui/mainwindow.ui \ |
[281303f1f7] | 33 | ui/settingsdialog.ui |
[5354a01311] | 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.