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

Last change on this file since 94 was 94, checked in by laleppa, 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 svn:keywords set to Id URL
File size: 905 bytes
RevLine 
[17]1######################################################################
2#
[90]3#  TSPSG: TSP Solver and Generator
4#  Copyright (C) 2007-2010 Lёppa <contacts[at]oleksii[dot]name>
[17]5#
[90]6#  $Id: tspsg.pri 94 2010-02-25 20:48:46Z laleppa $
7#  $URL: https://tspsg.svn.sourceforge.net/svnroot/tspsg/trunk/tspsg.pri $
[17]8#
[90]9#  This file is part of TSPSG.
[17]10#
11######################################################################
12
13#Header files
[32]14HEADERS += src/globals.h \
[42]15        src/version.h \
[32]16        src/os.h \
[87]17        src/defaults.h \
[26]18        src/mainwindow.h \
[17]19        src/settingsdialog.h \
20        src/tspmodel.h \
21        src/tspsolver.h \
[92]22        src/resource.h \
23        src/qtwin.h
[17]24
25#Source files
[33]26SOURCES += src/main.cpp \
[17]27        src/mainwindow.cpp \
28        src/settingsdialog.cpp \
29        src/tspmodel.cpp \
[92]30        src/tspsolver.cpp \
31        src/qtwin.cpp
[17]32
33#Forms
[54]34FORMS += ui/mainwindow.ui \
[56]35        ui/settingsdialog.ui
[17]36
37#Resource file(s)
38RESOURCES += resources/tspsg.qrc
39
[18]40#Translations
41CODECFORTR = UTF-8
[94]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.