TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = \
    signatureServer \
    matchAndQuit \
    differentGlobalEnum \
    differentClassEnum \
    differentPropertyCount \
    differentPropertyType \
    scrambledProperties \
    differentSlotCount \
    differentSlotType \
    differentSlotParamCount \
    differentSlotParamType \
    scrambledSlots \
    differentSignalCount \
    differentSignalParamCount \
    differentSignalParamType \
    scrambledSignals \
    state

qtConfig(process): SUBDIRS += signatureTests
