###################################################################### # # TSPSG - TSP Solver and Generator # Copyright (C) 2007-2009 Lёppa # # $Id: tspsg.pro 18 2009-06-15 18:51:12Z laleppa $ # $URL: https://tspsg.svn.sourceforge.net/svnroot/tspsg/trunk/tspsg.pro $ # # This file is part of TSPSG. # ###################################################################### win32 { TEMPLATE = vcapp } else { TEMPLATE = app } TARGET = tspsg DEPENDPATH += . INCLUDEPATH += . #Include file(s) include(tspsg.pri) #Windows resource file win32:RC_FILE = resources/tspsg.rc