Changeset 5354a01311 in tspsg for tspsg.pro
- Timestamp:
- Jun 15, 2009, 5:10:25 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 5fce561905
- Parents:
- bcfd415fe2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tspsg.pro
rbcfd415fe2 r5354a01311 1 1 ###################################################################### 2 # Automatically generated by qmake (2.01a) ?? 30. ??? 22:14:47 2007 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 # 3 11 ###################################################################### 4 12 5 TEMPLATE = app 6 TARGET = 7 DEPENDPATH += . i18n resources src ui 13 win32 { 14 TEMPLATE = vcapp 15 } else { 16 TEMPLATE = app 17 } 18 TARGET = tspsg 19 DEPENDPATH += . 8 20 INCLUDEPATH += . 9 21 10 # Input 11 HEADERS += src/mainwindow.h src/settingsdialog.h src/tspmodel.h src/tspsolver.h 12 FORMS += ui/mainwindow.ui ui/settingsdialog.ui 13 SOURCES += src/main.cpp \ 14 src/mainwindow.cpp \ 15 src/settingsdialog.cpp \ 16 src/tspmodel.cpp \ 17 src/tspsolver.cpp 18 RESOURCES += resources/tspsg.qrc 19 TRANSLATIONS += i18n/English.ts i18n/Ukrainian.ts 22 #Include file(s) 23 include(tspsg.pri) 24 25 #Windows resource file 26 win32:RC_FILE = resources/tspsg.rc
Note: See TracChangeset
for help on using the changeset viewer.