source: projects/punch-card/punch-card-editor/src/src.pro @ 53

Last change on this file since 53 was 53, checked in by sven, 14 years ago

Punch Card Editor, ongoing development

  • Extended new Deck interface, expanding the undo framework
  • Implemented editor changes via undo framework
  • revised the menu and toolbar actions and structure (now dynamic construction at deck load time), implemented undo viewer
  • Started implementation of device driver framework in menu
  • Embedded the Qextserialport library (http://qextserialport.sourceforge.net/)
  • Started the Documation M200 Client device driver (well, just created the directory structure and qmake project file infrastructure)
  • At the current state, the complete project compiles :-)

Statistics: About 3500 Lines of code (without libqextserialport)

-- sven @ workstation

File size: 1013 bytes
Line 
1TEMPLATE = app
2
3DESTDIR = ../bin
4MOC_DIR = ../bin/moc
5OBJECTS_DIR = ../bin/obj
6
7# INCLUDEPATH += ../../protocols/documation-m200
8
9CONFIG += warn_off
10
11#CONFIG += debug
12#CONFIG += release
13
14HEADERS += \
15    app/mainwindow.h \
16    deckviewer/cardeditor.h \
17    deckviewer/navigatordock.h \
18    deckviewer/navigatormodel.h \
19    deckviewer/navigatorview.h \
20    qpunchcard/card.h \
21    qpunchcard/deck.h \
22    qpunchcard/format.h \
23    qpunchcard/widget.h \
24    text/cardcodes.h \
25    text/codec.h \
26    text/editor.h \
27    text/editordock.h \
28    driver/driver.h
29
30SOURCES += \
31    app/main.cc \
32    app/mainwindow.cc \
33    app/mainwindow.ui.cc \
34    deckviewer/cardeditor.cc \
35    deckviewer/navigatordock.cc \
36    deckviewer/navigatormodel.cc \
37    deckviewer/navigatorview.cc \
38    qpunchcard/card.cc \
39    qpunchcard/deck.cc \
40    qpunchcard/format.cc \
41    qpunchcard/widget.cc \
42    text/codec.cc \
43    text/editor.cc \
44    text/editordock.cc \
45    driver/driver.cc
46
47include( driver/documation-m200-client.pri )
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License