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

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

Translation related updates...

  • Property svn:keywords set to Id URL
File size: 832 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 18 2009-06-15 18:51:12Z 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/mainwindow.h \
15        src/settingsdialog.h \
16        src/tspmodel.h \
17        src/tspsolver.h \
18        src/resource.h
19
20#Source files
21SOURCES += ./src/main.cpp \
22        src/mainwindow.cpp \
23        src/settingsdialog.cpp \
24        src/tspmodel.cpp \
25        src/tspsolver.cpp
26
27#Forms
28FORMS += ui/mainwindow.ce.ui \
29        ui/mainwindow.ui \
30        ui/settingsdialog.ui \
31        ui/settingsdialog.ce.ui
32
33#Resource file(s)
34RESOURCES += resources/tspsg.qrc
35
36#Translations
37CODECFORTR = UTF-8
38TRANSLATIONS += i18n/English.ts \
39        i18n/Ukrainian.ts
Note: See TracBrowser for help on using the repository browser.