qtecomplugins/qtecomplugins.pro
changeset 8 71781823f776
parent 1 2b40d63a9c3d
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
    44 ecompluginprfdir = "mkspecs\features\\"
    44 ecompluginprfdir = "mkspecs\features\\"
    45 ecompluginprffile = "ecomplugin.prf"
    45 ecompluginprffile = "ecomplugin.prf"
    46 ecompluginprfdestdir = "$$[QMAKE_MKSPECS]\features"
    46 ecompluginprfdestdir = "$$[QMAKE_MKSPECS]\features"
    47 
    47 
    48 tooldir = "supplements\xqecom\\"
    48 tooldir = "supplements\xqecom\\"
    49 toolfile = "xqecom.exe"
    49 toolfile = "xqecom.py"
    50 tooldestdir = "$$[QT_INSTALL_BINS]"
    50 tooldestdir = "$$[QT_INSTALL_BINS]"
    51 
    51 
    52 installprf.commands += $${QMAKE_COPY} $$myNativePath($$ecompluginprfdir$$ecompluginprffile) $$myNativePath($$ecompluginprfdestdir)
    52 installprf.commands += $${QMAKE_COPY} $$myNativePath($$ecompluginprfdir$$ecompluginprffile) $$myNativePath($$ecompluginprfdestdir)
    53 installtool.commands += $${QMAKE_COPY} $$myNativePath($$tooldir$$toolfile) $$myNativePath($$tooldestdir)
    53 installtool.commands += $${QMAKE_COPY} $$myNativePath($$tooldir$$toolfile) $$myNativePath($$tooldestdir)
    54 QMAKE_EXTRA_TARGETS += installtool installprf
    54 QMAKE_EXTRA_TARGETS += installtool installprf