source: tspsg-svn/trunk/tspsg.pro @ 14

Last change on this file since 14 was 14, checked in by laleppa, 17 years ago

Code changes to use Qt's model/view architecture

File size: 682 bytes
RevLine 
[1]1######################################################################
[14]2# Automatically generated by qmake (2.01a) ?? 30. ??? 22:14:47 2007
[1]3######################################################################
4
5TEMPLATE = app
6TARGET =
7DEPENDPATH += . i18n resources src ui
8INCLUDEPATH += .
9
10# Input
[14]11HEADERS += src/mainwindow.h src/settingsdialog.h src/tspmodel.h src/tspsolver.h
[1]12FORMS += ui/mainwindow.ui ui/settingsdialog.ui
[12]13SOURCES += src/main.cpp \
14           src/mainwindow.cpp \
15           src/settingsdialog.cpp \
[14]16           src/tspmodel.cpp \
[12]17           src/tspsolver.cpp
[1]18RESOURCES += resources/tspsg.qrc
19TRANSLATIONS += i18n/English.ts i18n/Ukrainian.ts
Note: See TracBrowser for help on using the repository browser.