~laney/ubuntu-system-settings/battery-charge-graph

« back to all changes in this revision

Viewing changes to lib/SystemSettings/SystemSettings.pro

  • Committer: Alberto Mardegan
  • Date: 2013-05-08 08:55:54 UTC
  • Revision ID: alberto.mardegan@canonical.com-20130508085554-jjcanw47dt26e5li
Change directory structure: add libSystemSettings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include(../../common-project-config.pri)
 
2
include($${TOP_SRC_DIR}/common-vars.pri)
 
3
include($${TOP_SRC_DIR}/common-installs-config.pri)
 
4
 
 
5
TEMPLATE = lib
 
6
TARGET = SystemSettings
 
7
 
 
8
CONFIG += \
 
9
    qt
 
10
 
 
11
QT += \
 
12
    core \
 
13
    gui \
 
14
    qml \
 
15
    quick
 
16
 
 
17
HEADERS = \
 
18
    debug.h \
 
19
    plugin-manager.h \
 
20
    plugin.h
 
21
 
 
22
SOURCES = \
 
23
    debug.cpp \
 
24
    plugin-manager.cpp \
 
25
    plugin.cpp
 
26
 
 
27
DEFINES += \
 
28
    DEBUG_ENABLED \
 
29
    PLUGIN_BASE_DIR=\\\"$${INSTALL_PREFIX}/share/settings/system\\\"