tests/auto/qlibrary/qlibrary.pro
author Alex Gilkes <alex.gilkes@nokia.com>
Mon, 11 Jan 2010 14:00:40 +0000
changeset 0 1918ee327afb
permissions -rw-r--r--
Revision: 200952

QT -= gui
TEMPLATE    =	subdirs
CONFIG  += ordered

symbian: {
# Can't build two versions of lib with same name in symbian, so just build one
SUBDIRS =   lib2 \
            tst
} else {
SUBDIRS =   lib \
            lib2 \
            tst
}
TARGET = tst_qlibrary

# no special install rule for subdir
INSTALLS =