~ubuntu-branches/debian/jessie/smplayer/jessie

« back to all changes in this revision

Viewing changes to src/findsubtitles/maia/maia.pri

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-10-08 12:51:23 UTC
  • mfrom: (1.3.1) (21.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20131008125123-b3n39yi2i7dxvq5p
Tags: 0.8.6-1
* Team upload.
* Upload to unstable.
* New upstream release.
* Refresh patches.
* Fix VCS urls to meet the canonical form.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDEPATH += $$PWD/
 
2
HEADERS += $$PWD/maiaObject.h $$PWD/maiaFault.h $$PWD/maiaXmlRpcClient.h $$PWD/maiaXmlRpcServer.h $$PWD/maiaXmlRpcServerConnection.h
 
3
SOURCES += $$PWD/maiaObject.cpp $$PWD/maiaFault.cpp $$PWD/maiaXmlRpcClient.cpp $$PWD/maiaXmlRpcServer.cpp $$PWD/maiaXmlRpcServerConnection.cpp
 
4
QT += xml network