Last change
on this file since 97 was
97,
checked in by laleppa, 15 years ago
|
+ Added precompiled header (PCH) file: should decrease project build time.
- Improved installation and deployment rules in .pro file.
- Improved translucency effect under Windows Vista/7.
- Slightly modified qtwin.h to be included into the source documentation.
- Regenerated source documentation.
|
-
Property svn:keywords set to
Id URL
|
File size:
961 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 97 2010-03-02 23:55:23Z 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 \ |
---|
[92] | 22 | src/resource.h \ |
---|
| 23 | src/qtwin.h |
---|
[17] | 24 | |
---|
| 25 | #Source files |
---|
[33] | 26 | SOURCES += src/main.cpp \ |
---|
[17] | 27 | src/mainwindow.cpp \ |
---|
| 28 | src/settingsdialog.cpp \ |
---|
| 29 | src/tspmodel.cpp \ |
---|
[92] | 30 | src/tspsolver.cpp \ |
---|
| 31 | src/qtwin.cpp |
---|
[17] | 32 | |
---|
| 33 | #Forms |
---|
[54] | 34 | FORMS += ui/mainwindow.ui \ |
---|
[56] | 35 | ui/settingsdialog.ui |
---|
[17] | 36 | |
---|
| 37 | #Resource file(s) |
---|
| 38 | RESOURCES += resources/tspsg.qrc |
---|
| 39 | |
---|
[18] | 40 | #Translations |
---|
| 41 | CODECFORTR = UTF-8 |
---|
[96] | 42 | TRANSLATIONS += l10n/tspsg_en.ts \ |
---|
| 43 | l10n/tspsg_ru.ts \ |
---|
| 44 | l10n/tspsg_uk.ts |
---|
[97] | 45 | |
---|
| 46 | # Precompiled header |
---|
| 47 | PRECOMPILED_HEADER = src/pch.h |
---|
Note: See
TracBrowser
for help on using the repository browser.