Thank you but I need to save different files. I cant do this. I have in source code this line: fopen(file.file, "w") and What have to be in src.pro ? I have one problem with building abou dg_shlibdebs else its ok.
/home/usr/.myapp
/home/user/MyDocs/.appName/
TARGET = fsudoku TEMPLATE = app SOURCES += main.cpp \ window.cpp \ sudoku.cpp HEADERS += window.h \ perm.h \ sudoku.hpp PREFIX = ../debian/fsudoku/usr unix { BINDIR = $$PREFIX/bin DATADIR = $$PREFIX/share DEFINES += DATADIR=\"$$DATADIR\" \ PKGDATADIR=\"$$PKGDATADIR\" # MAKE INSTALL INSTALLS += target \ desktop \ icon64 \ appfiles target.path = $$BINDIR desktop.path = $$DATADIR/applications/hildon desktop.files += fsudoku.desktop icon64.path = $$DATADIR/icons/hicolor/64x64/apps icon64.files += fsudoku.png appfiles.path = /home/usr/.myapp appfiles.files += save.txt \ candidates.txt }