blob: ba3580bc5e376f8ab54445fd8c610bfd55a8186b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
diff --git a/dist/dist.pro b/dist/dist.pro
index ac481c9..2d2baac 100644
--- a/dist/dist.pro
+++ b/dist/dist.pro
@@ -32,18 +32,18 @@ unix:{
$$[QT_INSTALL_LIBS]/libQt5Qml.so.5 \
$$[QT_INSTALL_LIBS]/libQt5Quick.so.5 \
$$[QT_INSTALL_LIBS]/libQt5SerialPort.so.5
- INSTALLS += qtlibs
+ # INSTALLS += qtlibs
otherlibs.path = /lib
otherlibs.files = \
$$[QT_INSTALL_LIBS]/libicudata.so.$$ICU_VERSION \
$$[QT_INSTALL_LIBS]/libicui18n.so.$$ICU_VERSION \
$$[QT_INSTALL_LIBS]/libicuuc.so.$$ICU_VERSION
- INSTALLS += otherlibs
+ # INSTALLS += otherlibs
qmlmodules.path = /qml
qmlmodules.files = $$[QT_INSTALL_QML]/QtQuick.2
- INSTALLS += qmlmodules
+ # INSTALLS += qmlmodules
}
else:win32:{
qtlibs.path = /
|