source: tspsg/tspsg.pro @ aecdf994f9

0.1.3.145-beta1-symbian0.1.4.170-beta2-bb10appveyorimgbotreadme
Last change on this file since aecdf994f9 was 799ba1e3f2, checked in by Oleksii Serdiuk, 15 years ago

Some .pro file tweaks...

  • Property mode set to 100644
File size: 812 bytes
Line 
1######################################################################
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#
11######################################################################
12
13win32 {
14    TEMPLATE = vcapp
15} else {
16    TEMPLATE = app
17}
18TARGET = tspsg
19DEPENDPATH += .
20INCLUDEPATH += .
21
22# Saving all intermediate files to tmp directory.
23MOC_DIR = ./tmp
24RCC_DIR = ./tmp
25UI_DIR = ./tmp
26
27#Include file(s)
28include(tspsg.pri)
29
30# For wince: we are deploying to storage card because Qt libraries
31# (especially debug) are big enough for internal memory.
32deploy.path = \Storage Card\tspsg
33DEPLOYMENT += deploy
34
35#Windows resource file
36win32:RC_FILE = resources/tspsg.rc
Note: See TracBrowser for help on using the repository browser.