source: tspsg/tspsg.pri @ 281303f1f7

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

Unified settingsdialog.ui and settingsdialog.ce.ui into settingsdialog.ui. Differences between WinCE and non-WinCE versions are now generated in the constructor.

  • Property mode set to 100644
File size: 829 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/globals.h \
15        src/version.h \
16        src/os.h \
17        src/mainwindow.h \
18        src/settingsdialog.h \
19        src/tspmodel.h \
20        src/tspsolver.h \
21        src/resource.h
22
23#Source files
24SOURCES += src/main.cpp \
25        src/mainwindow.cpp \
26        src/settingsdialog.cpp \
27        src/tspmodel.cpp \
28        src/tspsolver.cpp
29
30#Forms
31FORMS += ui/mainwindow.ui \
32        ui/settingsdialog.ui
33
34#Resource file(s)
35RESOURCES += resources/tspsg.qrc
36
37#Translations
38CODECFORTR = UTF-8
39TRANSLATIONS += i18n/en.ts \
40        i18n/ru.ts \
41        i18n/uk.ts
Note: See TracBrowser for help on using the repository browser.