Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
18 lines
265 B
Prolog
18 lines
265 B
Prolog
load(qttest_p4)
|
|
TEMPLATE = app
|
|
TARGET = tst_compilation
|
|
QT += declarative
|
|
macx:CONFIG -= app_bundle
|
|
|
|
CONFIG += release
|
|
|
|
SOURCES += tst_compilation.cpp
|
|
|
|
symbian {
|
|
data.files += data
|
|
data.path = .
|
|
DEPLOYMENT += data
|
|
} else {
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
}
|