Last change
on this file since 39 was
38,
checked in by laleppa, 15 years ago
|
- Now we use Oxygen Icons under LGPL license:
- icons are of higher quality;
- icons are nicer;
- icons are LGPL :-)
- "Toolbar too smal to be usable" problem on hi-res (VGA, WVGA, ...) wince devices fixed.
|
-
Property svn:keywords set to
Id URL
|
File size:
1000 bytes
|
Rev | Line | |
---|
[1] | 1 | ###################################################################### |
---|
[17] | 2 | # |
---|
| 3 | # TSPSG - TSP Solver and Generator |
---|
| 4 | # Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name> |
---|
| 5 | # |
---|
| 6 | # $Id: tspsg.pro 38 2009-07-20 18:47:40Z laleppa $ |
---|
| 7 | # $URL: https://tspsg.svn.sourceforge.net/svnroot/tspsg/trunk/tspsg.pro $ |
---|
| 8 | # |
---|
| 9 | # This file is part of TSPSG. |
---|
| 10 | # |
---|
[1] | 11 | ###################################################################### |
---|
| 12 | |
---|
[38] | 13 | QT += svg |
---|
[36] | 14 | TEMPLATE = app |
---|
[17] | 15 | TARGET = tspsg |
---|
| 16 | DEPENDPATH += . |
---|
[1] | 17 | INCLUDEPATH += . |
---|
| 18 | |
---|
[36] | 19 | CONFIG(release, debug|release) { |
---|
| 20 | OBJECTS_DIR = release |
---|
| 21 | DESTDIR = release |
---|
| 22 | } else { |
---|
| 23 | OBJECTS_DIR = debug |
---|
| 24 | DESTDIR = debug |
---|
| 25 | } |
---|
| 26 | |
---|
[20] | 27 | # Saving all intermediate files to tmp directory. |
---|
| 28 | MOC_DIR = ./tmp |
---|
| 29 | RCC_DIR = ./tmp |
---|
| 30 | UI_DIR = ./tmp |
---|
| 31 | |
---|
[17] | 32 | #Include file(s) |
---|
| 33 | include(tspsg.pri) |
---|
| 34 | |
---|
[20] | 35 | # For wince: we are deploying to storage card because Qt libraries |
---|
| 36 | # (especially debug) are big enough for internal memory. |
---|
[36] | 37 | deploy.path = "\Storage Card\tspsg" |
---|
| 38 | i18n.sources = i18n\languages.ini i18n\*.qm |
---|
| 39 | i18n.path = "\Storage Card\tspsg\i18n" |
---|
| 40 | DEPLOYMENT += deploy i18n |
---|
[20] | 41 | |
---|
[17] | 42 | #Windows resource file |
---|
| 43 | win32:RC_FILE = resources/tspsg.rc |
---|
Note: See
TracBrowser
for help on using the repository browser.