File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed
tests/auto/autoupdatercore/UpdaterTest Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change 1- # -------------------------------------------------
2- #
3- # Project created by QtCreator 2015-12-21T17:56:29
4- #
5- # -------------------------------------------------
1+ TEMPLATE = app
62
73QT += testlib autoupdatercore
8- CONFIG += C++11
9-
104QT -= 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
1811SOURCES += tst_updatertest.cpp \
1912 installercontroller.cpp
13+
14+ HEADERS += \
15+ installercontroller.h
16+
2017DEFINES += SRCDIR =\ \\"$$PWD/\\\"
2118DEFINES += BINDIR =\ \\"$$[QT_INSTALL_BINS]/../../../Tools/QtInstallerFramework/2.0/bin/\\\"
2219DEFINES += QTDIR =\ \\"$$[QT_INSTALL_BINS]/../../../\\\"
2320
24- HEADERS += \
25- installercontroller.h
21+ mac : QMAKE_LFLAGS += '-Wl ,-rpath ,\ '$$OUT_PWD/../../../../lib\''
You can’t perform that action at this time.
0 commit comments