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

Last change on this file since 121 was 121, checked in by laleppa, 15 years ago
  • Property svn:keywords set to Id URL
File size: 1.1 KB
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 121 2010-06-22 13:38:24Z 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 \
[98]27        src/globals.cpp \
[17]28        src/mainwindow.cpp \
29        src/settingsdialog.cpp \
30        src/tspmodel.cpp \
[92]31        src/tspsolver.cpp \
32        src/qtwin.cpp
[17]33
34#Forms
[54]35FORMS += ui/mainwindow.ui \
[56]36        ui/settingsdialog.ui
[17]37
38#Resource file(s)
[121]39RESOURCES += resources/tspsg.qrc \
40        l10n/l10n.qrc
[17]41
[18]42#Translations
43CODECFORTR = UTF-8
[121]44TRANSLATIONS += l10n/template.ts \
45        l10n/tspsg_en.ts \
[96]46        l10n/tspsg_ru.ts \
47        l10n/tspsg_uk.ts
[97]48
49# Precompiled header
50PRECOMPILED_HEADER = src/pch.h
[121]51
52_t_t_l_ {
53        DEFINES += _T_T_L_
54        HEADERS += src/_.h
55}
Note: See TracBrowser for help on using the repository browser.