2012-12-11 21:22:23 +00:00
|
|
|
# This file is loaded by qmake right before each actual project file.
|
|
|
|
# Note that evaluating variable assignments from the command line
|
|
|
|
# still happens in between these two steps.
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
load(exclusive_builds)
|
2012-12-11 14:02:45 +00:00
|
|
|
CONFIG = \
|
2012-12-14 18:17:20 +00:00
|
|
|
lex yacc debug exceptions depend_includepath \
|
2012-12-11 14:02:45 +00:00
|
|
|
testcase_targets import_plugins import_qpa_plugin \
|
|
|
|
$$CONFIG
|