~qutim/libcommuni/master

« back to all changes in this revision

Viewing changes to libcommuni.pro

  • Committer: J-P Nurmi
  • Date: 2014-05-23 20:24:37 UTC
  • mto: (1290.1.7)
  • mto: This revision was merged to the branch mainline in revision 1320.
  • Revision ID: git-v1:a5aca9145ad9ec51be2755d1a5e4ee72d6e5f55c
Fix the installation location of .prf files

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
isEmpty(IRC_INSTALL_LIBS):IRC_INSTALL_LIBS = $$[QT_INSTALL_LIBS]
44
44
isEmpty(IRC_INSTALL_BINS):IRC_INSTALL_BINS = $$[QT_INSTALL_BINS]
45
45
isEmpty(IRC_INSTALL_HEADERS):IRC_INSTALL_HEADERS = $$[QT_INSTALL_HEADERS]/Communi
46
 
isEmpty(IRC_INSTALL_FEATURES):IRC_INSTALL_FEATURES = $$[QT_INSTALL_DATA]/mkspecs/features
 
46
isEmpty(IRC_INSTALL_FEATURES) {
 
47
    isEqual(QT_MAJOR_VERSION, 5):IRC_INSTALL_FEATURES = $$[QT_HOST_DATA]/mkspecs/features
 
48
    else:IRC_INSTALL_FEATURES = $$[QMAKE_MKSPECS]/features
 
49
}
47
50
 
48
51
# qt4/win: WARNING: Unescaped backslashes are deprecated
49
52
!win32|greaterThan(QT_MAJOR_VERSION, 4) {