L'application se lance desormais une seule fois par utilisateur

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@348 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavierqet
2008-07-17 19:25:57 +00:00
parent f4b828a3cd
commit 429d7e55a2
7 changed files with 307 additions and 34 deletions

View File

@@ -76,6 +76,7 @@ HEADERS += aboutqet.h \
qet.h \
qetapp.h \
qetdiagrameditor.h \
qetsingleapplication.h \
qgimanager.h \
terminal.h \
editor/arceditor.h \
@@ -142,6 +143,7 @@ SOURCES += aboutqet.cpp \
qet.cpp \
qetapp.cpp \
qetdiagrameditor.cpp \
qetsingleapplication.cpp \
qgimanager.cpp \
terminal.cpp \
editor/arceditor.cpp \
@@ -171,7 +173,7 @@ SOURCES += aboutqet.cpp \
RESOURCES += qelectrotech.qrc
TRANSLATIONS += lang/qet_en.ts lang/qt_fr.ts
RC_FILE = ico/windows_icon/application_icon/qelectrotech.rc
QT += xml svg
QT += xml svg network
CONFIG += debug_and_release warn_on
TARGET = qelectrotech