summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/machtest/machtest.pri
blob: ca4a0a07e9b1f045f6c0e0c3067b1e4f896ad710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = aux

# Needs explicit load()ing due to aux template. Relies on QT being non-empty.
load(qt)

goodlib.target = good.$${QMAKE_APPLE_DEVICE_ARCHS}.dylib
goodlib.commands = $(CXX) $(CXXFLAGS) -shared -o $@ -I$(INCPATH) $<
goodlib.depends += $$PWD/../fakeplugin.cpp

all.depends += goodlib

QMAKE_EXTRA_TARGETS += goodlib all
QMAKE_CLEAN += $$goodlib.target