summaryrefslogtreecommitdiffstats
path: root/tests/auto/ui/ui.pro
blob: ca89f2b0dc07117ada8e5a53e9ae671927e01108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
!include(../auto.pri) { error("Couldn't find the auto.pri file!") }

message($$QMAKE_LINK_OBJECT_MAX)

SOURCES += tst_ui.cpp

LIBS = -L"$$OUT_PWD/../../../src/$(OBJECTS_DIR)" -lqtpass $$LIBS

HEADERS   += passworddialog.h

OBJ_PATH += ../../../src/$(OBJECTS_DIR)

VPATH += ../../../src
INCLUDEPATH += ../../../src

win32 {
  RC_FILE = ../../../windows.rc
#	temporary workaround for QTBUG-6453
  QMAKE_LINK_OBJECT_MAX=24
#	setting this may also work, but I can't find appropriate value right now
#	QMAKE_LINK_OBJECT_SCRIPT =
}