~sil2100/mediaplayer-app/revert_239

« back to all changes in this revision

Viewing changes to config.h.in

Fixed qml files dir inside of config.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    if (isRunningInstalled()) {
33
33
        return QString("@CMAKE_INSTALL_PREFIX@/@MEDIAPLAYER_DIR@");
34
34
    } else {
35
 
        return QString("@CMAKE_SOURCE_DIR@");
 
35
        return QString("@mediaplayer_src_SOURCE_DIR@");
36
36
    }
37
37
}
38
38