18 lines
319 B
Prolog
18 lines
319 B
Prolog
load(qttest_p4)
|
|
SOURCES += tst_qiodevice.cpp
|
|
|
|
QT = core network
|
|
|
|
wince*: {
|
|
addFiles.files = tst_qiodevice.cpp
|
|
addFiles.path = .
|
|
DEPLOYMENT += addFiles
|
|
DEFINES += SRCDIR=\\\"\\\"
|
|
!wince50standard-x86-msvc2005: DEFINES += WINCE_EMULATOR_TEST=1
|
|
} else {
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
}
|
|
MOC_DIR=tmp
|
|
|
|
|