Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
17 lines
375 B
Prolog
17 lines
375 B
Prolog
load(qttest_p4)
|
|
|
|
HEADERS = ../shared/testhttpserver.h
|
|
SOURCES = tst_qdeclarativemoduleplugin.cpp \
|
|
../shared/testhttpserver.cpp
|
|
QT += declarative network
|
|
CONFIG -= app_bundle
|
|
|
|
wince*|symbian: {
|
|
importFiles.files = data
|
|
importFiles.path = .
|
|
DEPLOYMENT += importFiles
|
|
wince*: DEFINES += SRCDIR=\\\".\\\"
|
|
} else {
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
}
|