mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 12:04:31 +00:00
use conf.pri, obey QCA_NO_TESTS, even on windows
svn path=/trunk/kdesupport/qca/; revision=958925
This commit is contained in:
parent
2207bdb692
commit
f476fe9954
10
qca.pro
10
qca.pro
@ -9,13 +9,13 @@ sub_unittest.depends = sub_src
|
||||
sub_examples.subdir = examples
|
||||
sub_examples.depends = sub_src
|
||||
|
||||
unix:{
|
||||
include(conf.pri)
|
||||
include(conf.pri)
|
||||
|
||||
!isEmpty(QCA_NO_TESTS) {
|
||||
SUBDIRS -= sub_unittest sub_examples
|
||||
}
|
||||
!isEmpty(QCA_NO_TESTS) {
|
||||
SUBDIRS -= sub_unittest sub_examples
|
||||
}
|
||||
|
||||
unix: {
|
||||
# API documentation
|
||||
#apidox.commands += doxygen && cd apidocs/html && ./installdox -lqt.tag@/home/bradh/build/qt-x11-opensource-4.0.0-rc1-snapshot/doc/html/ && cd ../..
|
||||
apidox.commands += doxygen && cd apidocs/html && ./installdox -lqt.tag@http://doc.trolltech.com/4.1 && cd ../..
|
||||
|
Loading…
x
Reference in New Issue
Block a user