Skip to content

Commit 3212b69

Browse files
authored
Update simpleUpdaterGui.pro
1 parent 552e513 commit 3212b69

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed
Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
#-------------------------------------------------
2-
#
3-
# Project created by QtCreator 2017-08-10T22:02:40
4-
#
5-
#-------------------------------------------------
1+
TEMPLATE = app
62

7-
QT += core gui widgets autoupdatergui
8-
CONFIG += C++11
3+
QT += core gui widgets autoupdatergui
94

10-
TARGET = simpleUpdaterGui
5+
CONFIG += C++11
116

12-
TEMPLATE = app
7+
TARGET = SimpleUpdaterGui
138

149
SOURCES += \
1510
main.cpp \
@@ -21,16 +16,5 @@ HEADERS += \
2116
FORMS += \
2217
mainwindow.ui
2318

24-
target.path = $$[QT_INSTALL_EXAMPLES]/autoupdatergui/simpleUpdaterGui
19+
target.path = $$[QT_INSTALL_EXAMPLES]/autoupdatergui/$$TARGET
2520
INSTALLS += target
26-
27-
#not found by linker?
28-
unix:!mac {
29-
LIBS += -L$$OUT_PWD/../../../lib #required to make this the first place to search
30-
LIBS += -L$$[QT_INSTALL_LIBS] -licudata
31-
LIBS += -L$$[QT_INSTALL_LIBS] -licui18n
32-
LIBS += -L$$[QT_INSTALL_LIBS] -licuuc
33-
}
34-
35-
#add lib dir to rpath
36-
mac: QMAKE_LFLAGS += '-Wl,-rpath,\'$$OUT_PWD/../../../lib\''

0 commit comments

Comments
 (0)