diff --git a/CArunGUI/CArunGUI.pro b/CArunGUI/CArunGUI.pro index 22114b2..1e34ec4 100644 --- a/CArunGUI/CArunGUI.pro +++ b/CArunGUI/CArunGUI.pro @@ -4,6 +4,8 @@ QT +=network # for TCP-IP TARGET = CArunGui +TEMPLATE = app + VERSION = "1.0.0" DESTDIR=$${_PRO_FILE_PWD_}/../build @@ -50,7 +52,3 @@ HEADERS += \ datei.h \ plugin.h -# Default rules for deployment. -qnx: target.path = /tmp/$${TARGET}/bin -else: unix:!android: target.path = /opt/$${TARGET}/bin -!isEmpty(target.path): INSTALLS += target diff --git a/DCLibraries.pri b/DCLibraries.pri index 8b75bd1..4425093 100644 --- a/DCLibraries.pri +++ b/DCLibraries.pri @@ -126,9 +126,3 @@ SOURCES += \ # version.variable_out = HEADERS # QMAKE_EXTRA_COMPILERS += version # QMAKE_CLEAN += $${PWD}/include/version.h - - -# Default rules for deployment. -qnx: target.path = /tmp/$${TARGET}/bin -else: unix:!android: target.path = /opt/$${TARGET}/bin -!isEmpty(target.path): INSTALLS += target diff --git a/dCArun/dCArun.pro b/dCArun/dCArun.pro index 0b886f9..82bfba6 100644 --- a/dCArun/dCArun.pro +++ b/dCArun/dCArun.pro @@ -4,6 +4,8 @@ QT +=network # for TCP-IP TARGET = dCArun +TEMPLATE = app + VERSION = "1.0.0" DESTDIR=$${_PRO_FILE_PWD_}/../build @@ -53,8 +55,3 @@ HEADERS += \ win01_com.h \ datei.h \ plugin.h - -# Default rules for deployment. -qnx: target.path = /tmp/$${TARGET}/bin -else: unix:!android: target.path = /opt/$${TARGET}/bin -!isEmpty(target.path): INSTALLS += target