mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
10 lines
244 B
Prolog
10 lines
244 B
Prolog
![]() |
# Build file for QCachegrind using qmake
|
||
|
# This does not require KDE in any way (neither at build nor run time)
|
||
|
|
||
|
lessThan(QT_VERSION, 4.4) {
|
||
|
error("QCachegrind requires Qt 4.4 or greater")
|
||
|
}
|
||
|
|
||
|
TEMPLATE = subdirs
|
||
|
SUBDIRS = cgview qcachegrind
|