source:
tspsg/tspsg.pro
@
b968056ce3
Last change on this file since b968056ce3 was b968056ce3, checked in by , 15 years ago | |
---|---|
|
|
File size: 989 bytes |
Rev | Line | |
---|---|---|
[5515c2c2a7] | 1 | ###################################################################### |
[5354a01311] | 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 | # | |
[5515c2c2a7] | 11 | ###################################################################### |
12 | ||
[4c96f94558] | 13 | TEMPLATE = app |
[5354a01311] | 14 | TARGET = tspsg |
15 | DEPENDPATH += . | |
[5515c2c2a7] | 16 | INCLUDEPATH += . |
17 | ||
[4c96f94558] | 18 | CONFIG(release, debug|release) { |
19 | OBJECTS_DIR = release | |
20 | DESTDIR = release | |
21 | } else { | |
22 | OBJECTS_DIR = debug | |
23 | DESTDIR = debug | |
24 | } | |
25 | ||
[799ba1e3f2] | 26 | # Saving all intermediate files to tmp directory. |
27 | MOC_DIR = ./tmp | |
28 | RCC_DIR = ./tmp | |
29 | UI_DIR = ./tmp | |
30 | ||
[5354a01311] | 31 | #Include file(s) |
32 | include(tspsg.pri) | |
33 | ||
[799ba1e3f2] | 34 | # For wince: we are deploying to storage card because Qt libraries |
35 | # (especially debug) are big enough for internal memory. | |
[4c96f94558] | 36 | deploy.path = "\Storage Card\tspsg" |
37 | i18n.sources = i18n\languages.ini i18n\*.qm | |
38 | i18n.path = "\Storage Card\tspsg\i18n" | |
39 | DEPLOYMENT += deploy i18n | |
[799ba1e3f2] | 40 | |
[5354a01311] | 41 | #Windows resource file |
42 | win32:RC_FILE = resources/tspsg.rc |
Note: See TracBrowser
for help on using the repository browser.