1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Removed /opt/ dependency in pro file

This commit is contained in:
Dominik Louven 2018-11-26 22:30:52 +01:00
parent bed40fee31
commit 5d7e342131
2 changed files with 0 additions and 8 deletions

View File

@ -29,10 +29,6 @@ QML_IMPORT_PATH =
# Additional import path used to resolve QML modules just for Qt Quick Designer
QML_DESIGNER_IMPORT_PATH =
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
HEADERS += \
src/spwidgetmainwindow.h

View File

@ -60,9 +60,5 @@ QT_QUICK_CONTROLS_STYLE = "Material"
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target