Changeset 14 in tspsg-svn


Ignore:
Timestamp:
Oct 30, 2007, 10:14:59 PM (17 years ago)
Author:
laleppa
Message:

Code changes to use Qt's model/view architecture

Location:
trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tspsg.pro

    r12 r14  
    11######################################################################
    2 # Automatically generated by qmake (2.01a) ?? 20. ??? 18:37:06 2007
     2# Automatically generated by qmake (2.01a) ?? 30. ??? 22:14:47 2007
    33######################################################################
    44
     
    99
    1010# Input
    11 HEADERS += src/mainwindow.h src/settingsdialog.h src/tspsolver.h
     11HEADERS += src/mainwindow.h src/settingsdialog.h src/tspmodel.h src/tspsolver.h
    1212FORMS += ui/mainwindow.ui ui/settingsdialog.ui
    1313SOURCES += src/main.cpp \
    1414           src/mainwindow.cpp \
    1515           src/settingsdialog.cpp \
     16           src/tspmodel.cpp \
    1617           src/tspsolver.cpp
    1718RESOURCES += resources/tspsg.qrc
Note: See TracChangeset for help on using the changeset viewer.