summaryrefslogtreecommitdiffstats
path: root/tests/auto/uiloader/uiloader/uiloader.pro
blob: 12624703ff80b9fa7eebd040e814927db03f7b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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 += widgets network

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