Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 600 Bytes

common_top.pri

File metadata and controls

29 lines (24 loc) · 600 Bytes
 
1
2
3
4
5
include(check.pri)
# for defines
include(../mkspecs/common.pri)
7
STUBSDIR = ../stubs
8
9
INCLUDEPATH += \
. \
14
15
16
17
DEPENDPATH = $$INCLUDEPATH
QMAKE_LIBDIR += ../../lib /usr/local/lib
CONFIG += debug
CONFIG -= app_bundle
19
20
21
TEMPLATE = app
# DEFINES += QT_NO_DEBUG_OUTPUT
DEFINES += UNIT_TEST
22
target.path = $$[QT_INSTALL_LIBS]/libmlocale-tests5
23
24
INSTALLS += target
25
LIBS += $$mAddLibrary(mlocale5)
26
27
support_files.files =
28
support_files.path = $$[QT_INSTALL_LIBS]/libmlocale-tests5
29
INSTALLS += support_files