qtmobility/src/systeminfo/systeminfo.pro
changeset 8 71781823f776
parent 5 453da2cfceef
child 14 6fbed849b4f4
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
    65     }
    65     }
    66     maemo5|maemo6: {
    66     maemo5|maemo6: {
    67             #Qt GConf wrapper added here until a proper place is found for it.
    67             #Qt GConf wrapper added here until a proper place is found for it.
    68             CONFIG += link_pkgconfig
    68             CONFIG += link_pkgconfig
    69             SOURCES += qsysteminfo_maemo.cpp gconfitem.cpp
    69             SOURCES += qsysteminfo_maemo.cpp gconfitem.cpp
    70             HEADERS += qsysteminfo_maemo_p.h gconfitem.h
    70             HEADERS += qsysteminfo_maemo_p.h gconfitem_p.h
    71         contains(QT_CONFIG,dbus): {
    71         contains(QT_CONFIG,dbus): {
    72                 QT += dbus
    72                 QT += dbus
    73                 SOURCES += qhalservice_linux.cpp
    73                 SOURCES += qhalservice_linux.cpp
    74                 HEADERS += qhalservice_linux_p.h
    74                 HEADERS += qhalservice_linux_p.h
    75        }
    75        }