File tree Expand file tree Collapse file tree 1 file changed +5
-21
lines changed
examples/autoupdatergui/simpleUpdaterGui Expand file tree Collapse file tree 1 file changed +5
-21
lines changed Original file line number Diff line number Diff line change 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
149SOURCES += \
1510 main.cpp \
@@ -21,16 +16,5 @@ HEADERS += \
2116FORMS += \
2217 mainwindow.ui
2318
24- target.path = $$[QT_INSTALL_EXAMPLES ]/autoupdatergui/simpleUpdaterGui
19+ target.path = $$[QT_INSTALL_EXAMPLES ]/autoupdatergui/ $$TARGET
2520INSTALLS += 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\''
You can’t perform that action at this time.
0 commit comments