source: tspsg/tspsg.pri @ b2bf8e3b6b

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

+ Added SIP show/hide handling under wince.

  • Renamed translation files to follow common conventions.
  • Language name is now stored in the translation file. No need for language.ini anymore.
  • Updated translations.
  • Property mode set to 100644
File size: 905 bytes
RevLine 
[5354a01311]1######################################################################
2#
[3e46075789]3#  TSPSG: TSP Solver and Generator
4#  Copyright (C) 2007-2010 Lёppa <contacts[at]oleksii[dot]name>
[5354a01311]5#
[3e46075789]6#  $Id$
7#  $URL$
[5354a01311]8#
[3e46075789]9#  This file is part of TSPSG.
[5354a01311]10#
11######################################################################
12
13#Header files
[2b9257627c]14HEADERS += src/globals.h \
[430bd7f7e9]15        src/version.h \
[2b9257627c]16        src/os.h \
[1757eb594b]17        src/defaults.h \
[0621172ec1]18        src/mainwindow.h \
[5354a01311]19        src/settingsdialog.h \
20        src/tspmodel.h \
21        src/tspsolver.h \
[11086c2def]22        src/resource.h \
23        src/qtwin.h
[5354a01311]24
25#Source files
[140912822f]26SOURCES += src/main.cpp \
[5354a01311]27        src/mainwindow.cpp \
28        src/settingsdialog.cpp \
29        src/tspmodel.cpp \
[11086c2def]30        src/tspsolver.cpp \
31        src/qtwin.cpp
[5354a01311]32
33#Forms
[c10297cf73]34FORMS += ui/mainwindow.ui \
[281303f1f7]35        ui/settingsdialog.ui
[5354a01311]36
37#Resource file(s)
38RESOURCES += resources/tspsg.qrc
39
[5fce561905]40#Translations
41CODECFORTR = UTF-8
[b2bf8e3b6b]42TRANSLATIONS += i18n/tspsg_en.ts \
43        i18n/tspsg_ru.ts \
44        i18n/tspsg_uk.ts
Note: See TracBrowser for help on using the repository browser.