Last change
on this file since 17 was
17,
checked in by laleppa, 16 years ago
|
+ Windows CE (WM6, actually, but should work on other versions) support:
- added optimized for wince forms (recommended minimal resolution is 240x320);
- removed unsupported under wince features from menus (e.g., printing);
- added preprocessor directives to remove code for unsupported under wince features.
- Fixed wrong encoding in some files to UTF-8.
- Updated copyright and e-mail.
|
File size:
817 bytes
|
Line | |
---|
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 |
---|
14 | HEADERS += src/mainwindow.h \ |
---|
15 | src/settingsdialog.h \ |
---|
16 | src/tspmodel.h \ |
---|
17 | src/tspsolver.h \ |
---|
18 | src/resource.h |
---|
19 | |
---|
20 | #Source files |
---|
21 | SOURCES += ./src/main.cpp \ |
---|
22 | src/mainwindow.cpp \ |
---|
23 | src/settingsdialog.cpp \ |
---|
24 | src/tspmodel.cpp \ |
---|
25 | src/tspsolver.cpp |
---|
26 | |
---|
27 | #Forms |
---|
28 | FORMS += ui/mainwindow.ce.ui \ |
---|
29 | ui/mainwindow.ui \ |
---|
30 | ui/settingsdialog.ui \ |
---|
31 | ui/settingsdialog.ce.ui |
---|
32 | |
---|
33 | #Resource file(s) |
---|
34 | RESOURCES += resources/tspsg.qrc |
---|
35 | |
---|
36 | #Translation files |
---|
37 | TRANSLATIONS += i18n/English.ts \ |
---|
38 | i18n/Ukrainian.ts |
---|
Note: See
TracBrowser
for help on using the repository browser.