From d362741d34a19782f084b9042511ef681a6dfee5 Mon Sep 17 00:00:00 2001 From: doitux Date: Sat, 15 Dec 2007 18:40:16 +0000 Subject: [PATCH] changed targets into binary in pokerth_game.pro --- pokerth_game.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index abb21314..28f6767e 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -7,7 +7,7 @@ CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on release #CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on debug #Uncomment this for RELEASE -#QTPLUGIN += qjpeg qgif +QTPLUGIN += qjpeg qgif UI_DIR = uics MOC_DIR = mocs @@ -332,8 +332,8 @@ unix: !mac{ #### INSTALL #### - targets.path += /usr/bin/ - targets.files += pokerth + binary.path += /usr/bin/ + binary.files += pokerth data.path += /usr/share/pokerth/data/ data.files += data/* @@ -344,7 +344,7 @@ unix: !mac{ desktop.path += /usr/share/applications/ desktop.files += pokerth.desktop - INSTALLS += targets data pixmap desktop + INSTALLS += binary data pixmap desktop }