source: tspsg-svn/trunk/tspsg.pri @ 26

Last change on this file since 26 was 26, checked in by laleppa, 15 years ago

+ Status tip for font color selection button in settings.

  • Number of cities wasn't saved in wince version.
  • Property svn:keywords set to Id URL
File size: 850 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.pri 26 2009-06-22 15:42:56Z laleppa $
7# $URL: https://tspsg.svn.sourceforge.net/svnroot/tspsg/trunk/tspsg.pri $
8#
9# This file is part of TSPSG.
10#
11######################################################################
12
13#Header files
14HEADERS += src/defines.h \
15        src/mainwindow.h \
16        src/settingsdialog.h \
17        src/tspmodel.h \
18        src/tspsolver.h \
19        src/resource.h
20
21#Source files
22SOURCES += ./src/main.cpp \
23        src/mainwindow.cpp \
24        src/settingsdialog.cpp \
25        src/tspmodel.cpp \
26        src/tspsolver.cpp
27
28#Forms
29FORMS += ui/mainwindow.ce.ui \
30        ui/mainwindow.ui \
31        ui/settingsdialog.ui \
32        ui/settingsdialog.ce.ui
33
34#Resource file(s)
35RESOURCES += resources/tspsg.qrc
36
37#Translations
38CODECFORTR = UTF-8
39TRANSLATIONS += i18n/English.ts \
40        i18n/Ukrainian.ts
Note: See TracBrowser for help on using the repository browser.