Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
14 lines
243 B
Prolog
14 lines
243 B
Prolog
HEADERS += Test.h
|
|
SOURCES += main.cpp Test.cpp
|
|
QT += network
|
|
contains(QT_CONFIG, qt3support): QT += qt3support
|
|
|
|
CONFIG -= app_bundle
|
|
CONFIG += console
|
|
DESTDIR = ./
|
|
MOC_DIR = .moc/
|
|
TMP_DIR = .tmp/
|
|
|
|
symbian: TARGET.CAPABILITY = NetworkServices
|
|
|