Changeset 67e53c96d7 in tspsg for tspsg.pro


Ignore:
Timestamp:
Oct 20, 2007, 9:16:42 PM (17 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
e664262f7d
Parents:
fc9f661ded
Message:

Started writing solving algorithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tspsg.pro

    rfc9f661ded r67e53c96d7  
    11######################################################################
    2 # Automatically generated by qmake (2.01a) ?? 13. ??? 03:18:10 2007
     2# Automatically generated by qmake (2.01a) ?? 20. ??? 18:37:06 2007
    33######################################################################
    44
     
    99
    1010# Input
    11 HEADERS += src/mainwindow.h src/settingsdialog.h
     11HEADERS += src/mainwindow.h src/settingsdialog.h src/tspsolver.h
    1212FORMS += ui/mainwindow.ui ui/settingsdialog.ui
    13 SOURCES += src/main.cpp src/mainwindow.cpp src/settingsdialog.cpp
     13SOURCES += src/main.cpp \
     14           src/mainwindow.cpp \
     15           src/settingsdialog.cpp \
     16           src/tspsolver.cpp
    1417RESOURCES += resources/tspsg.qrc
    1518TRANSLATIONS += i18n/English.ts i18n/Ukrainian.ts
Note: See TracChangeset for help on using the changeset viewer.