tests/auto/qobject/tst_qobject.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 21:20:32 +0300
changeset 34 a33bf25e6f72
parent 33 3e2da88830cd
permissions -rw-r--r--
Revision: 201033 Kit: 201035

load(qttest_p4)
SOURCES += tst_qobject.cpp

# this is here for a reason, moc_oldnormalizedobject.cpp is not auto-generated, it was generated by
# moc from Qt 4.6, and should *not* be generated by the current moc
SOURCES += moc_oldnormalizeobject.cpp

QT = core \
    network \
    gui
contains(QT_CONFIG, qt3support):DEFINES += QT_HAS_QT3SUPPORT
wince*: { 
    addFiles.sources = signalbug.exe
    addFiles.path = .
    DEPLOYMENT += addFiles
}
symbian: { 
    addFiles.sources = signalbug.exe
    addFiles.path = \\sys\\bin
    DEPLOYMENT += addFiles
}