0.1.3.145-beta1-symbian0.1.4.170-beta2-bb10appveyorimgbotreadme
Last change
on this file since 2b9257627c was
799ba1e3f2,
checked in by Oleksii Serdiuk, 15 years ago
|
Some .pro file tweaks...
|
-
Property mode set to
100644
|
File size:
812 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 | |
---|
[5354a01311] | 13 | win32 { |
---|
| 14 | TEMPLATE = vcapp |
---|
| 15 | } else { |
---|
| 16 | TEMPLATE = app |
---|
| 17 | } |
---|
| 18 | TARGET = tspsg |
---|
| 19 | DEPENDPATH += . |
---|
[5515c2c2a7] | 20 | INCLUDEPATH += . |
---|
| 21 | |
---|
[799ba1e3f2] | 22 | # Saving all intermediate files to tmp directory. |
---|
| 23 | MOC_DIR = ./tmp |
---|
| 24 | RCC_DIR = ./tmp |
---|
| 25 | UI_DIR = ./tmp |
---|
| 26 | |
---|
[5354a01311] | 27 | #Include file(s) |
---|
| 28 | include(tspsg.pri) |
---|
| 29 | |
---|
[799ba1e3f2] | 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 | |
---|
[5354a01311] | 35 | #Windows resource file |
---|
| 36 | win32:RC_FILE = resources/tspsg.rc |
---|
Note: See
TracBrowser
for help on using the repository browser.