Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
32 lines
626 B
Prolog
32 lines
626 B
Prolog
load(qttest_p4)
|
|
|
|
TEMPLATE = app
|
|
!embedded:CONFIG += uitools
|
|
TARGET = ../tst_uiloader
|
|
!symbian:DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
|
|
win32 {
|
|
CONFIG(debug, debug|release) {
|
|
TARGET = ../../debug/tst_uiloader
|
|
} else {
|
|
TARGET = ../../release/tst_uiloader
|
|
}
|
|
}
|
|
|
|
QT += xml svg network
|
|
contains(QT_CONFIG, qt3support): QT += qt3support
|
|
|
|
wince*|symbian: {
|
|
configuration.files = ../*.ini
|
|
configuration.path = .
|
|
|
|
screenapp.files = ../tst_screenshot/tst_screenshot.exe
|
|
screenapp.path = tst_screenshot
|
|
|
|
DEPLOYMENT += configuration screenapp
|
|
}
|
|
|
|
# Input
|
|
HEADERS += uiloader.h
|
|
SOURCES += tst_uiloader.cpp uiloader.cpp
|