source: projects/punch-card-project/trunk/punch-card-editor/src/src.pro @ 59

Last change on this file since 59 was 59, checked in by sven-win, 14 years ago

Umfangreiche Weiterentwicklung (letzte Entwicklung am Netbook). Driver fuer M200 erstmals testweise implementiert; funktioniert(e mit Netbook).

-- Sven @ netboo

File size: 1.2 KB
Line 
1TEMPLATE = app
2DESTDIR = ../bin
3MOC_DIR = ../bin/moc
4OBJECTS_DIR = ../bin/obj
5RESOURCES = ../shared/files.qrc
6
7# (Bugfix) Includepath for Qt Creator/4.6 win
8INCLUDEPATH += .. \
9    . \
10    src
11
12# INCLUDEPATH += ../../protocols/documation-m200
13CONFIG += warn_off
14CONFIG += debug
15
16# CONFIG += release
17# CONFIG += static
18HEADERS += app/mainwindow.h \
19    deckviewer/cardeditor.h \
20    deckviewer/navigatordock.h \
21    deckviewer/navigatormodel.h \
22    deckviewer/navigatorview.h \
23    qpunchcard/card.h \
24    qpunchcard/deck.h \
25    qpunchcard/format.h \
26    qpunchcard/jones.h \
27    qpunchcard/widget.h \
28    text/cardcodes.h \
29    text/codec.h \
30    text/editor.h \
31    text/editordock.h \
32    driver/driver.h
33SOURCES += 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/jones.cc \
44    qpunchcard/widget.cc \
45    text/codec.cc \
46    text/editor.cc \
47    text/editordock.cc \
48    driver/driver.cc
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