File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed
tools/filecomparisonplugin Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ UI_DIR = ../build/$${OUTPUT_DIR}/$${TARGET}
11
11
RCC_DIR = ../build/ $${OUTPUT_DIR }/ $${TARGET }
12
12
13
13
mac *|linux*|freebsd{
14
- PRE_TARGETDEPS += $${DESTDIR }/libqtutils.a
15
- PRE_TARGETDEPS += $${DESTDIR_NOARCH }/libthin_io.a $${DESTDIR_NOARCH }/libcpputils.a
14
+ PRE_TARGETDEPS += $${DESTDIR_NOARCH }/libthin_io.a $${DESTDIR_NOARCH }/libcpputils.a $${DESTDIR_NOARCH }/libqtutils.a
16
15
}
17
16
18
17
LIBS += -L $${DESTDIR } -L $${DESTDIR_NOARCH } -lcpputils -lqtutils
Original file line number Diff line number Diff line change 1
1
TEMPLATE = subdirs
2
2
3
- SUBDIRS + = qt_app qtutils text_encoding_detector file_commander_core autoupdater cpputils image-processing cpp-template-utils thin_io textviewerplugin imageviewerplugin filecomparisonplugin
3
+ SUBDIRS = qt_app qtutils text_encoding_detector file_commander_core autoupdater cpputils image-processing cpp-template-utils thin_io textviewerplugin imageviewerplugin filecomparisonplugin
4
4
5
5
qtutils.depends = cpputils image-processing
6
6
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ win32*:!*msvc2012:*msvc* {
62
62
}
63
63
64
64
mac *|linux*|freebsd{
65
- PRE_TARGETDEPS += $${DESTDIR }/libcore.a $${DESTDIR }/libqtutils.a $${DESTDIR_NOARCH }/libcpputils.a
65
+ PRE_TARGETDEPS += $${DESTDIR }/libcore.a $${DESTDIR_NOARCH }/libqtutils.a $${DESTDIR_NOARCH }/libcpputils.a
66
66
}
67
67
68
68
INCLUDEPATH += \
Original file line number Diff line number Diff line change @@ -86,6 +86,6 @@ FORMS += \
86
86
src/cimageviewerwindow.ui
87
87
88
88
mac *|linux*|freebsd{
89
- PRE_TARGETDEPS += $${DESTDIR }/libcore.a $${DESTDIR }/libimage-processing.a $${ DESTDIR } /libqtutils.a
90
- PRE_TARGETDEPS += $${DESTDIR_NOARCH }/libcpputils.a
89
+ PRE_TARGETDEPS += $${DESTDIR }/libcore.a $${DESTDIR }/libimage-processing.a
90
+ PRE_TARGETDEPS += $${DESTDIR_NOARCH }/libcpputils.a $${ DESTDIR_NOARCH } /libqtutils.a
91
91
}
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ win32*:!*msvc2012:*msvc* {
66
66
}
67
67
68
68
mac *|linux*|freebsd{
69
- PRE_TARGETDEPS += $${DESTDIR }/libcore.a $${DESTDIR }/libtext_encoding_detector.a $${ DESTDIR } /libqtutils.a
70
- PRE_TARGETDEPS += $${DESTDIR_NOARCH }/libcpputils.a
69
+ PRE_TARGETDEPS += $${DESTDIR }/libcore.a $${DESTDIR }/libtext_encoding_detector.a
70
+ PRE_TARGETDEPS += $${DESTDIR_NOARCH }/libcpputils.a $${ DESTDIR_NOARCH } /libqtutils.a
71
71
}
72
72
73
73
INCLUDEPATH += \
@@ -77,7 +77,6 @@ INCLUDEPATH += \
77
77
../../../cpputils \
78
78
../../../cpp-template-utils \
79
79
../../../3rdparty \
80
- ../../../github-releases-autoupdater/3rdparty \
81
80
../../../text-encoding-detector/text-encoding-detector/src \
82
81
$$PWD /src/
83
82
You can’t perform that action at this time.
0 commit comments