16 lines
246 B
Prolog
16 lines
246 B
Prolog
|
load(qttest_p4)
|
||
|
SOURCES += tst_qtextbrowser.cpp
|
||
|
!symbian:DEFINES += SRCDIR=\\\"$$PWD\\\"
|
||
|
|
||
|
|
||
|
wince*|symbian: {
|
||
|
addFiles.files = *.html
|
||
|
addFiles.path = .
|
||
|
addDir.files = subdir/*
|
||
|
addDir.path = subdir
|
||
|
DEPLOYMENT += addFiles addDir
|
||
|
}
|
||
|
|
||
|
|
||
|
|