~online-accounts/signon/13.04

« back to all changes in this revision

Viewing changes to common-project-config.pri

  • Committer: Alberto Mardegan
  • Author(s): Ken VanDine
  • Date: 2013-01-23 06:41:17 UTC
  • Revision ID: git-v1:66728e48b71478e591355898993f1acae484f176
properly set TOP_BUILD_DIR

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
}
25
25
 
26
26
TOP_SRC_DIR     = $$PWD
27
 
TOP_BUILD_DIR   = $${TOP_SRC_DIR}/$(BUILD_DIR)
 
27
TOP_BUILD_DIR   = $${TOP_SRC_DIR}/$${BUILD_DIR}
28
28
QMAKE_LIBDIR   += $${TOP_BUILD_DIR}/lib/SignOn
29
29
INCLUDEPATH    += $${TOP_SRC_DIR}/lib
30
30