source: tspsg/tspsg.pri @ 0621172ec1

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

+ Status tip for font color selection button in settings.

  • Number of cities wasn't saved in wince version.
  • Property mode set to 100644
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$
7# $URL$
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.