~ubuntu-branches/ubuntu/saucy/merkaartor/saucy

« back to all changes in this revision

Viewing changes to src/qextserialport/qextserialport.pri

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2009-09-13 00:52:12 UTC
  • mto: (1.2.7 upstream) (0.1.3 upstream) (3.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090913005212-pjecal8zxm07x0fj
ImportĀ upstreamĀ versionĀ 0.14+svnfixes~20090912

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
HEADERS += qextserialbase.h \
 
3
           qextserialport.h
 
4
 
 
5
SOURCES += qextserialbase.cpp \
 
6
           qextserialport.cpp
 
7
 
 
8
unix:HEADERS           += posix_qextserialport.h
 
9
unix:SOURCES           += posix_qextserialport.cpp
 
10
unix:DEFINES           += _TTY_POSIX_
 
11
 
 
12
win32:HEADERS          += win_qextserialport.h
 
13
win32:SOURCES          += win_qextserialport.cpp
 
14
win32:DEFINES          += _TTY_WIN_
 
15