Last change
on this file since 90 was
90,
checked in by laleppa, 15 years ago
|
|
-
Property svn:keywords set to
Id URL
|
File size:
853 bytes
|
Rev | Line | |
---|
[17] | 1 | ###################################################################### |
---|
| 2 | # |
---|
[90] | 3 | # TSPSG: TSP Solver and Generator |
---|
| 4 | # Copyright (C) 2007-2010 Lёppa <contacts[at]oleksii[dot]name> |
---|
[17] | 5 | # |
---|
[90] | 6 | # $Id: tspsg.pri 90 2010-02-17 16:54:05Z laleppa $ |
---|
| 7 | # $URL: https://tspsg.svn.sourceforge.net/svnroot/tspsg/trunk/tspsg.pri $ |
---|
[17] | 8 | # |
---|
[90] | 9 | # This file is part of TSPSG. |
---|
[17] | 10 | # |
---|
| 11 | ###################################################################### |
---|
| 12 | |
---|
| 13 | #Header files |
---|
[32] | 14 | HEADERS += src/globals.h \ |
---|
[42] | 15 | src/version.h \ |
---|
[32] | 16 | src/os.h \ |
---|
[87] | 17 | src/defaults.h \ |
---|
[26] | 18 | src/mainwindow.h \ |
---|
[17] | 19 | src/settingsdialog.h \ |
---|
| 20 | src/tspmodel.h \ |
---|
| 21 | src/tspsolver.h \ |
---|
| 22 | src/resource.h |
---|
| 23 | |
---|
| 24 | #Source files |
---|
[33] | 25 | SOURCES += src/main.cpp \ |
---|
[17] | 26 | src/mainwindow.cpp \ |
---|
| 27 | src/settingsdialog.cpp \ |
---|
| 28 | src/tspmodel.cpp \ |
---|
| 29 | src/tspsolver.cpp |
---|
| 30 | |
---|
| 31 | #Forms |
---|
[54] | 32 | FORMS += ui/mainwindow.ui \ |
---|
[56] | 33 | ui/settingsdialog.ui |
---|
[17] | 34 | |
---|
| 35 | #Resource file(s) |
---|
| 36 | RESOURCES += resources/tspsg.qrc |
---|
| 37 | |
---|
[18] | 38 | #Translations |
---|
| 39 | CODECFORTR = UTF-8 |
---|
[29] | 40 | TRANSLATIONS += i18n/en.ts \ |
---|
| 41 | i18n/ru.ts \ |
---|
| 42 | i18n/uk.ts |
---|
Note: See
TracBrowser
for help on using the repository browser.