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

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

Icons! Quick & dirty polishing of the User Interface for a
christmas present :-)

The icons are from the Tango Icon Set. Perhaps I'll choose
some other icon set or directly switch to Qt 4.6 with
native icon set support.

-- sven @ workstation

File size: 1.0 KB
Line 
1TEMPLATE = app
2
3DESTDIR = ../bin
4MOC_DIR = ../bin/moc
5OBJECTS_DIR = ../bin/obj
6
7RESOURCES = ../shared/icons.qrc
8
9# INCLUDEPATH += ../../protocols/documation-m200
10
11CONFIG += warn_off
12
13#CONFIG += debug
14#CONFIG += release
15
16HEADERS += \
17    app/mainwindow.h \
18    deckviewer/cardeditor.h \
19    deckviewer/navigatordock.h \
20    deckviewer/navigatormodel.h \
21    deckviewer/navigatorview.h \
22    qpunchcard/card.h \
23    qpunchcard/deck.h \
24    qpunchcard/format.h \
25    qpunchcard/widget.h \
26    text/cardcodes.h \
27    text/codec.h \
28    text/editor.h \
29    text/editordock.h \
30    driver/driver.h
31
32SOURCES += \
33    app/main.cc \
34    app/mainwindow.cc \
35    app/mainwindow.ui.cc \
36    deckviewer/cardeditor.cc \
37    deckviewer/navigatordock.cc \
38    deckviewer/navigatormodel.cc \
39    deckviewer/navigatorview.cc \
40    qpunchcard/card.cc \
41    qpunchcard/deck.cc \
42    qpunchcard/format.cc \
43    qpunchcard/widget.cc \
44    text/codec.cc \
45    text/editor.cc \
46    text/editordock.cc \
47    driver/driver.cc
48
49include( 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