changed targets into binary in pokerth_game.pro

This commit is contained in:
doitux
2007-12-15 18:40:16 +00:00
parent 50d077a69f
commit d362741d34
+4 -4
View File
@@ -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 #CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on debug
#Uncomment this for RELEASE #Uncomment this for RELEASE
#QTPLUGIN += qjpeg qgif QTPLUGIN += qjpeg qgif
UI_DIR = uics UI_DIR = uics
MOC_DIR = mocs MOC_DIR = mocs
@@ -332,8 +332,8 @@ unix: !mac{
#### INSTALL #### #### INSTALL ####
targets.path += /usr/bin/ binary.path += /usr/bin/
targets.files += pokerth binary.files += pokerth
data.path += /usr/share/pokerth/data/ data.path += /usr/share/pokerth/data/
data.files += data/* data.files += data/*
@@ -344,7 +344,7 @@ unix: !mac{
desktop.path += /usr/share/applications/ desktop.path += /usr/share/applications/
desktop.files += pokerth.desktop desktop.files += pokerth.desktop
INSTALLS += targets data pixmap desktop INSTALLS += binary data pixmap desktop
} }