Last change
on this file since 18 was
18,
checked in by laleppa, 16 years ago
|
Translation related updates...
|
-
Property svn:keywords set to
Id URL
|
File size:
524 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: tspsg.pro 18 2009-06-15 18:51:12Z laleppa $ |
---|
7 | # $URL: https://tspsg.svn.sourceforge.net/svnroot/tspsg/trunk/tspsg.pro $ |
---|
8 | # |
---|
9 | # This file is part of TSPSG. |
---|
10 | # |
---|
11 | ###################################################################### |
---|
12 | |
---|
13 | win32 { |
---|
14 | TEMPLATE = vcapp |
---|
15 | } else { |
---|
16 | TEMPLATE = app |
---|
17 | } |
---|
18 | TARGET = tspsg |
---|
19 | DEPENDPATH += . |
---|
20 | INCLUDEPATH += . |
---|
21 | |
---|
22 | #Include file(s) |
---|
23 | include(tspsg.pri) |
---|
24 | |
---|
25 | #Windows resource file |
---|
26 | win32:RC_FILE = resources/tspsg.rc |
---|
Note: See
TracBrowser
for help on using the repository browser.