source:
tspsg/tspsg.pri
@
317ba0432e
Last change on this file since 317ba0432e was e2abfd326f, checked in by , 15 years ago | |
---|---|
|
|
File size: 981 bytes |
Rev | Line | |
---|---|---|
[5354a01311] | 1 | ###################################################################### |
2 | # | |
[3e46075789] | 3 | # TSPSG: TSP Solver and Generator |
4 | # Copyright (C) 2007-2010 Lёppa <contacts[at]oleksii[dot]name> | |
[5354a01311] | 5 | # |
[3e46075789] | 6 | # $Id$ |
7 | # $URL$ | |
[5354a01311] | 8 | # |
[3e46075789] | 9 | # This file is part of TSPSG. |
[5354a01311] | 10 | # |
11 | ###################################################################### | |
12 | ||
13 | #Header files | |
[2b9257627c] | 14 | HEADERS += src/globals.h \ |
[430bd7f7e9] | 15 | src/version.h \ |
[2b9257627c] | 16 | src/os.h \ |
[1757eb594b] | 17 | src/defaults.h \ |
[0621172ec1] | 18 | src/mainwindow.h \ |
[5354a01311] | 19 | src/settingsdialog.h \ |
20 | src/tspmodel.h \ | |
21 | src/tspsolver.h \ | |
[11086c2def] | 22 | src/resource.h \ |
23 | src/qtwin.h | |
[5354a01311] | 24 | |
25 | #Source files | |
[140912822f] | 26 | SOURCES += src/main.cpp \ |
[e2abfd326f] | 27 | src/globals.cpp \ |
[5354a01311] | 28 | src/mainwindow.cpp \ |
29 | src/settingsdialog.cpp \ | |
30 | src/tspmodel.cpp \ | |
[11086c2def] | 31 | src/tspsolver.cpp \ |
32 | src/qtwin.cpp | |
[5354a01311] | 33 | |
34 | #Forms | |
[c10297cf73] | 35 | FORMS += ui/mainwindow.ui \ |
[281303f1f7] | 36 | ui/settingsdialog.ui |
[5354a01311] | 37 | |
38 | #Resource file(s) | |
39 | RESOURCES += resources/tspsg.qrc | |
40 | ||
[5fce561905] | 41 | #Translations |
42 | CODECFORTR = UTF-8 | |
[162d5c5f94] | 43 | TRANSLATIONS += l10n/tspsg_en.ts \ |
44 | l10n/tspsg_ru.ts \ | |
45 | l10n/tspsg_uk.ts | |
[f19df0a3e5] | 46 | |
47 | # Precompiled header | |
48 | PRECOMPILED_HEADER = src/pch.h |
Note: See TracBrowser
for help on using the repository browser.