Show
Ignore:
Timestamp:
01/22/10 19:44:34 (2 years ago)
Author:
sven-win
Message:

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

-- Sven @ netboo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • punch-card-project/trunk/punch-card-editor/src/src.pro

    r58 r59  
    11TEMPLATE = app 
    2  
    32DESTDIR = ../bin 
    43MOC_DIR = ../bin/moc 
    54OBJECTS_DIR = ../bin/obj 
    6  
    75RESOURCES = ../shared/files.qrc 
    86 
     7# (Bugfix) Includepath for Qt Creator/4.6 win 
     8INCLUDEPATH += .. \ 
     9    . \ 
     10    src 
     11 
    912# INCLUDEPATH += ../../protocols/documation-m200 
     13CONFIG += warn_off 
     14CONFIG += debug 
    1015 
    11 CONFIG += warn_off 
    12  
    13 CONFIG += debug 
    14 #CONFIG += release 
    15  
    16 HEADERS += \ 
    17     app/mainwindow.h \ 
     16# CONFIG += release 
     17# CONFIG += static 
     18HEADERS += app/mainwindow.h \ 
    1819    deckviewer/cardeditor.h \ 
    1920    deckviewer/navigatordock.h \ 
     
    2324    qpunchcard/deck.h \ 
    2425    qpunchcard/format.h \ 
     26    qpunchcard/jones.h \ 
    2527    qpunchcard/widget.h \ 
    2628    text/cardcodes.h \ 
     
    2931    text/editordock.h \ 
    3032    driver/driver.h 
    31  
    32 SOURCES += \ 
    33     app/main.cc \ 
     33SOURCES += app/main.cc \ 
    3434    app/mainwindow.cc \ 
    3535    app/mainwindow.ui.cc \ 
     
    4141    qpunchcard/deck.cc \ 
    4242    qpunchcard/format.cc \ 
     43    qpunchcard/jones.cc \ 
    4344    qpunchcard/widget.cc \ 
    4445    text/codec.cc \ 
     
    4647    text/editordock.cc \ 
    4748    driver/driver.cc 
    48  
    4949include( driver/documation-m200-client.pri ) 
© 2008 - 2010 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