~seb128/ubuntu-system-settings/set-correct-application-name

« back to all changes in this revision

Viewing changes to src/src.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:
18
18
 
19
19
HEADERS = \
20
20
    debug.h \
21
 
    i18n.h \
22
 
    plugin-manager.h \
23
 
    plugin.h
 
21
    i18n.h
24
22
 
25
23
SOURCES = \
26
24
    debug.cpp \
27
25
    i18n.cpp \
28
 
    main.cpp \
29
 
    plugin-manager.cpp \
30
 
    plugin.cpp
 
26
    main.cpp
31
27
 
32
28
QML_SOURCES = \
33
29
    qml/MainWindow.qml
41
37
 
42
38
DEFINES += \
43
39
    DEBUG_ENABLED \
44
 
    I18N_DOMAIN=\\\"$${I18N_DOMAIN}\\\" \
45
 
    PLUGIN_BASE_DIR=\\\"$${INSTALL_PREFIX}/share/settings/system\\\"
 
40
    I18N_DOMAIN=\\\"$${I18N_DOMAIN}\\\"
46
41
 
47
42
po.target = ../po/signon-ui.pot
48
43
po.depends = $${SOURCES}