summaryrefslogtreecommitdiffstats
path: root/tests/auto/uiloader/uiloader/uiloader.pro
blob: cc291bcc321d92c27867aff458d7ac29db88a8a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
QT += widgets network testlib
CONFIG += testcase

TEMPLATE = app
!embedded:QT += uitools
TARGET = ../tst_uiloader
DEFINES += SRCDIR=\\\"$$PWD\\\"

win32 {
  CONFIG(debug, debug|release) {
    TARGET = ../../debug/tst_uiloader
} else {
    TARGET = ../../release/tst_uiloader
  }
}

HEADERS += uiloader.h
SOURCES += tst_uiloader.cpp uiloader.cpp
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0