source: projects/punch-card/punch-card-editor/src/libs/qextserialport.pri @ 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: 700 bytes
Line 
1QEXTSERIALPORT_DIR      = libs/qextserialport
2INCLUDEDIR              += qextserialport
3HEADERS                 += $${QEXTSERIALPORT_DIR}/qextserialbase.h \
4                           $${QEXTSERIALPORT_DIR}/qextserialport.h
5SOURCES                 += $${QEXTSERIALPORT_DIR}/qextserialbase.cpp \
6                           $${QEXTSERIALPORT_DIR}/qextserialport.cpp
7
8unix:HEADERS           += $${QEXTSERIALPORT_DIR}/posix_qextserialport.h
9unix:SOURCES           += $${QEXTSERIALPORT_DIR}/posix_qextserialport.cpp
10unix:DEFINES           += _TTY_POSIX_
11
12win32:HEADERS          += $${QEXTSERIALPORT_DIR}/win_qextserialport.h
13win32:SOURCES          += $${QEXTSERIALPORT_DIR}/win_qextserialport.cpp
14win32:DEFINES          += _TTY_WIN_
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