summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/default_pre.prf
blob: bad84b24f1d9e33adbecec6671c038142bb8a95c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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.

# In early configure setup; nothing useful to be done here.
isEmpty(QMAKE_CXX): return()

load(exclusive_builds)
CONFIG = \
    lex yacc debug exceptions depend_includepath \
    testcase_targets import_plugins import_qpa_plugin \
    $$CONFIG

load(toolchain)