~ubuntu-branches/debian/stretch/psi-plus/stretch

« back to all changes in this revision

Viewing changes to src/plugins/deprecated/yandexnarodplugin/yandexnarodplugin.pro

  • Committer: Package Import Robot
  • Author(s): Boris Pek
  • Date: 2013-10-23 02:42:20 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20131023024220-bk2hyoenqkwfhpgw
Tags: 0.16.242-1
* New upstream release:
  fixed the problem of initialization of private conversation when both
  sides use libotr 4.0.x. (Closes: #724880)
* Update debian/watch: sources were moved.
* Delete psi-plus-content-downloader package and update all related files.
  This plugin is in psi-plus-plugins package now.
* Update debian/control:
  - remove all currently unneeded Replaces and Breaks fields
  - add build dependency on libidn11-dev
* Update debian/rules: simplify get-orig-source section.
* Update debian/copyright:
  - update Source field due to changes in sources location
  - remove copyright holders whose code was deleted from source tree
    (bundled libidn library was removed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include(../../psiplugin.pri)
 
2
CONFIG += release
 
3
QT += network
 
4
 
 
5
HEADERS += yandexnarod.h \
 
6
    requestauthdialog.h \
 
7
    uploaddialog.h \
 
8
    yandexnarodsettings.h \
 
9
    yandexnarodmanage.h \
 
10
    yandexnarodnetman.h \
 
11
    options.h \
 
12
    uploadmanager.h \
 
13
    authmanager.h \
 
14
    common.h
 
15
 
 
16
SOURCES += yandexnarod.cpp \
 
17
    requestauthdialog.cpp \
 
18
    uploaddialog.cpp \
 
19
    yandexnarodsettings.cpp \
 
20
    yandexnarodmanage.cpp \
 
21
    yandexnarodnetman.cpp \
 
22
    options.cpp \
 
23
    uploadmanager.cpp \
 
24
    authmanager.cpp \
 
25
    common.cpp
 
26
 
 
27
RESOURCES += yandexnarod.qrc
 
28
 
 
29
FORMS += requestauthdialog.ui \
 
30
    uploaddialog.ui \
 
31
    yandexnarodsettings.ui \
 
32
    yandexnarodmanage.ui