Skip to content

Commit 29b566e

Browse files
committed
fix osx test
1 parent b71ab14 commit 29b566e

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed
Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
1-
#-------------------------------------------------
2-
#
3-
# Project created by QtCreator 2015-12-21T17:56:29
4-
#
5-
#-------------------------------------------------
1+
TEMPLATE = app
62

73
QT += testlib autoupdatercore
8-
CONFIG += C++11
9-
104
QT -= gui
115

12-
TARGET = tst_updatertest
13-
CONFIG += console
14-
CONFIG -= app_bundle
6+
CONFIG += C++11 console
7+
CONFIG -= app_bundle
158

16-
TEMPLATE = app
9+
TARGET = tst_updatertest
1710

1811
SOURCES += tst_updatertest.cpp \
1912
installercontroller.cpp
13+
14+
HEADERS += \
15+
installercontroller.h
16+
2017
DEFINES += SRCDIR=\\\"$$PWD/\\\"
2118
DEFINES += BINDIR=\\\"$$[QT_INSTALL_BINS]/../../../Tools/QtInstallerFramework/2.0/bin/\\\"
2219
DEFINES += QTDIR=\\\"$$[QT_INSTALL_BINS]/../../../\\\"
2320

24-
HEADERS += \
25-
installercontroller.h
21+
mac: QMAKE_LFLAGS += '-Wl,-rpath,\'$$OUT_PWD/../../../../lib\''

0 commit comments

Comments
 (0)