Last change
on this file since 22 was
20,
checked in by laleppa, 15 years ago
|
Some .pro file tweaks...
|
-
Property svn:keywords set to
Id URL
|
File size:
812 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 20 2009-06-16 20:06:53Z 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 | |
---|
[17] | 13 | win32 { |
---|
| 14 | TEMPLATE = vcapp |
---|
| 15 | } else { |
---|
| 16 | TEMPLATE = app |
---|
| 17 | } |
---|
| 18 | TARGET = tspsg |
---|
| 19 | DEPENDPATH += . |
---|
[1] | 20 | INCLUDEPATH += . |
---|
| 21 | |
---|
[20] | 22 | # Saving all intermediate files to tmp directory. |
---|
| 23 | MOC_DIR = ./tmp |
---|
| 24 | RCC_DIR = ./tmp |
---|
| 25 | UI_DIR = ./tmp |
---|
| 26 | |
---|
[17] | 27 | #Include file(s) |
---|
| 28 | include(tspsg.pri) |
---|
| 29 | |
---|
[20] | 30 | # For wince: we are deploying to storage card because Qt libraries |
---|
| 31 | # (especially debug) are big enough for internal memory. |
---|
| 32 | deploy.path = \Storage Card\tspsg |
---|
| 33 | DEPLOYMENT += deploy |
---|
| 34 | |
---|
[17] | 35 | #Windows resource file |
---|
| 36 | win32:RC_FILE = resources/tspsg.rc |
---|
Note: See
TracBrowser
for help on using the repository browser.