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

Last change on this file since 48 was 48, checked in by sven, 14 years ago
  • Fixed more bugs
  • Cardeditor is now capable of writing text live using Codecs
  • Toolbars for Cardeditor, Codec changing menu
  • etc...
File size: 707 bytes
Line 
1TEMPLATE = app
2INCLUDEPATH += . \
3    ..
4HEADERS += editorwindow.h \
5    ../qpunchcard/deckmodel.h \
6    cardeditor.h \
7    navigator.h \
8    decktexteditor.h \
9    deckviewer.h
10
11# raus aus dem src-tree
12DESTDIR = ../../bin
13MOC_DIR = ../../bin
14OBJECTS_DIR = ../../bin
15
16# und headers von qpunchcard:
17HEADERS += ../qpunchcard/card.h \
18    ../qpunchcard/format.h \
19    ../qpunchcard/widget.h \
20    ../qpunchcard/codec.h \
21    ../qpunchcard/cardcodes.h
22SOURCES += ../qpunchcard/card.cc \
23    ../qpunchcard/widget.cc \
24    ../qpunchcard/format.cc \
25    ../qpunchcard/codec.cc \
26    ../qpunchcard/deckmodel.cc \
27    cardeditor.cc \
28    navigator.cc \
29    decktexteditor.cc
30SOURCES += main.cc \
31    editorwindow.cc
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