| 6974cc0 by Sergio Ahumada at 2011-12-29 | 1 | CONFIG += testcase |
| 2 | ||
| 3 | TARGET = tst_moc |
|
| 4 | QT += sql network svg testlib |
|
| 5 | SOURCES += tst_moc.cpp |
|
| 67ad051 by Lars Knoll at 2009-03-23 | 6 | |
| 7 | #exists(/usr/include/boost/spirit.hpp) { |
|
| 8 | # message("including boost headers in test") |
|
| 9 | # DEFINES += PARSE_BOOST |
|
| 10 | # # need to add explicitly so that it ends up in moc's search path |
|
| 11 | # INCLUDEPATH += /usr/include |
|
| 12 | #} |
|
| 13 | ||
| 14 | INCLUDEPATH += testproject/include testproject |
|
| 15 | ||
| 16 | DEFINES += SRCDIR=\\\"$$PWD\\\" |
|
| 17 | cross_compile: DEFINES += MOC_CROSS_COMPILED |
|
| 18 | ||
| 19 | HEADERS += using-namespaces.h no-keywords.h task87883.h c-comments.h backslash-newlines.h oldstyle-casts.h \ |
|
| 20 | slots-with-void-template.h qinvokable.h namespaced-flags.h trigraphs.h \ |
|
| 21 | escapes-in-string-literals.h cstyle-enums.h qprivateslots.h gadgetwithnoenums.h \ |
|
| 22 | dir-in-include-path.h single_function_keyword.h task192552.h task189996.h \ |
|
| 23 | task234909.h task240368.h pure-virtual-signals.h |
|
| 8033d33 by Tor Arne Vestbø at 2010-10-18 | 24 | if(*-g++*|*-icc*|*-clang|*-llvm):!irix-*:!win32-*: HEADERS += os9-newlines.h win-newlines.h |
| 67ad051 by Lars Knoll at 2009-03-23 | 25 | |
| b83f746 by Kent Hansen at 2009-08-19 | 26 | contains(QT_CONFIG, script): QT += script |
| 67ad051 by Lars Knoll at 2009-03-23 | 27 | contains(QT_CONFIG, qt3support): QT += qt3support |
| 6974cc0 by Sergio Ahumada at 2011-12-29 | 28 | contains(QT_CONFIG, dbus) { |
| 67ad051 by Lars Knoll at 2009-03-23 | 29 | DEFINES += WITH_DBUS |
| 30 | QT += dbus |
|
| 31 | } |

