source: tspsg/tspsg.pri @ 6beb157497

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

+ Some Windows Vista and Windows 7 eyecandy with translucent windows thanks to http://labs.trolltech.com/blogs/2009/09/15/using-blur-behind-on-windows/ :-)

  • Property mode set to 100644
File size: 887 bytes
Line 
1######################################################################
2#
3#  TSPSG: TSP Solver and Generator
4#  Copyright (C) 2007-2010 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/defaults.h \
18        src/mainwindow.h \
19        src/settingsdialog.h \
20        src/tspmodel.h \
21        src/tspsolver.h \
22        src/resource.h \
23        src/qtwin.h
24
25#Source files
26SOURCES += src/main.cpp \
27        src/mainwindow.cpp \
28        src/settingsdialog.cpp \
29        src/tspmodel.cpp \
30        src/tspsolver.cpp \
31        src/qtwin.cpp
32
33#Forms
34FORMS += ui/mainwindow.ui \
35        ui/settingsdialog.ui
36
37#Resource file(s)
38RESOURCES += resources/tspsg.qrc
39
40#Translations
41CODECFORTR = UTF-8
42TRANSLATIONS += i18n/en.ts \
43        i18n/ru.ts \
44        i18n/uk.ts
Note: See TracBrowser for help on using the repository browser.