Last change
on this file since 138 was
137,
checked in by laleppa, 14 years ago
|
Use of SVG icons increased TSPSG startup time considerably.
Reverting back to 128x128 PNGs on desktop.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id URL
|
File size:
1.1 KB
|
Line | |
---|
1 | ###################################################################### |
---|
2 | # |
---|
3 | # TSPSG: TSP Solver and Generator |
---|
4 | # Copyright (C) 2007-2010 Lёppa <contacts[at]oleksii[dot]name> |
---|
5 | # |
---|
6 | # $Id: tspsg.pri 137 2010-09-15 14:57:37Z 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 |
---|
14 | HEADERS += src/globals.h \ |
---|
15 | src/version.h \ |
---|
16 | src/os.h \ |
---|
17 | src/defaults.h \ |
---|
18 | src/mainwindow.h \ |
---|
19 | src/settingsdialog.h \ |
---|
20 | src/tspmodel.h \ |
---|
21 | src/tspsolver.h \ |
---|
22 | src/resource.h \ |
---|
23 | src/qtwin.h |
---|
24 | |
---|
25 | #Source files |
---|
26 | SOURCES += src/main.cpp \ |
---|
27 | src/globals.cpp \ |
---|
28 | src/mainwindow.cpp \ |
---|
29 | src/settingsdialog.cpp \ |
---|
30 | src/tspmodel.cpp \ |
---|
31 | src/tspsolver.cpp \ |
---|
32 | src/qtwin.cpp |
---|
33 | |
---|
34 | #Forms |
---|
35 | FORMS += ui/mainwindow.ui \ |
---|
36 | ui/settingsdialog.ui |
---|
37 | |
---|
38 | #Resource file(s) |
---|
39 | RESOURCES += resources/common.qrc \ |
---|
40 | l10n/l10n.qrc |
---|
41 | |
---|
42 | wincewm*|symbian { |
---|
43 | RESOURCES += resources/handheld.qrc |
---|
44 | } else { |
---|
45 | RESOURCES += resources/desktop.qrc |
---|
46 | } |
---|
47 | |
---|
48 | #Translations |
---|
49 | CODECFORTR = UTF-8 |
---|
50 | TRANSLATIONS += l10n/template.ts \ |
---|
51 | l10n/tspsg_en.ts \ |
---|
52 | l10n/tspsg_ru.ts \ |
---|
53 | l10n/tspsg_uk.ts |
---|
54 | |
---|
55 | # Precompiled header |
---|
56 | PRECOMPILED_HEADER = src/pch.h |
---|
57 | |
---|
58 | _t_t_l_ { |
---|
59 | DEFINES += _T_T_L_ |
---|
60 | HEADERS += src/_.h |
---|
61 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.