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

SOURCES += tst_util.cpp \

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

HEADERS   += util.h \
             filecontent.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 = 
}