Last change
on this file since 79 was
56,
checked in by laleppa, 15 years ago
|
Unified settingsdialog.ui and settingsdialog.ce.ui into settingsdialog.ui. Differences between WinCE and non-WinCE versions are now generated in the constructor.
|
-
Property svn:keywords set to
Id URL
|
File size:
829 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 56 2009-08-21 00:28:30Z 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 |
---|
[54] | 31 | FORMS += ui/mainwindow.ui \ |
---|
[56] | 32 | ui/settingsdialog.ui |
---|
[17] | 33 | |
---|
| 34 | #Resource file(s) |
---|
| 35 | RESOURCES += resources/tspsg.qrc |
---|
| 36 | |
---|
[18] | 37 | #Translations |
---|
| 38 | CODECFORTR = UTF-8 |
---|
[29] | 39 | TRANSLATIONS += i18n/en.ts \ |
---|
| 40 | i18n/ru.ts \ |
---|
| 41 | i18n/uk.ts |
---|
Note: See
TracBrowser
for help on using the repository browser.