repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #40 from jwillemsen/master
[MPC.git]
/
config
/
qt4_core.mpb
blob
beb3ca0935feb0b3c6b7404e57e9f92faaa7838e
1
// -*- MPC -*-
2
project {
3
// If the include files for QT are not relative to the root (for
4
// example, /usr/include/qt4), set the QT4_INCDIR environment variable.
5
expand(QT4_INCDIR) {
6
$QT4_INCDIR
7
$(QTDIR)/include
8
}
9
10
requires += qt4
11
includes += $(QT4_INCDIR)
12
libpaths += $(QTDIR)/lib
13
lit_libs += QtCore$(QT_CFG)
14
}