~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/updateinfo/updateinfo.pro

  • Committer: Timo Jyrinki
  • Date: 2013-12-02 09:16:15 UTC
  • mfrom: (1.1.29)
  • Revision ID: timo.jyrinki@canonical.com-20131202091615-xbj1os1f604ber1m
New upstream release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
QT += network xml
2
2
 
3
3
HEADERS += updateinfoplugin.h \
4
 
    updateinfobutton.h
 
4
    updateinfobutton.h \
 
5
    settingspage.h
5
6
SOURCES += updateinfoplugin.cpp \
6
 
    updateinfobutton.cpp
 
7
    updateinfobutton.cpp \
 
8
    settingspage.cpp
 
9
FORMS += settingspage.ui
7
10
RESOURCES += updateinfo.qrc
8
11
 
9
12
isEmpty(UPDATEINFO_ENABLE):UPDATEINFO_EXPERIMENTAL_STR="true"