summaryrefslogtreecommitdiff
path: root/noncore/games/solitaire
authorllornkcor <llornkcor>2002-11-16 16:54:59 (UTC)
committer llornkcor <llornkcor>2002-11-16 16:54:59 (UTC)
commit5e1846c71ae7d5254961a52862978f155fe764cf (patch) (side-by-side diff)
treee572fcb4bf06637a679700a5911201efc10c1e57 /noncore/games/solitaire
parent0633fb26123857509c9eb0e0a013b654667ca9ce (diff)
downloadopie-5e1846c71ae7d5254961a52862978f155fe764cf.zip
opie-5e1846c71ae7d5254961a52862978f155fe764cf.tar.gz
opie-5e1846c71ae7d5254961a52862978f155fe764cf.tar.bz2
easier to read
Diffstat (limited to 'noncore/games/solitaire') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/games/solitaire/solitaire.pro47
1 files changed, 26 insertions, 21 deletions
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro
index 06e9bd6..e1bea04 100755
--- a/noncore/games/solitaire/solitaire.pro
+++ b/noncore/games/solitaire/solitaire.pro
@@ -1,30 +1,35 @@
-TEMPLATE = app
+TEMPLATE = app
-CONFIG += qt warn_on release
-DESTDIR = $(OPIEDIR)/bin
+CONFIG += qt warn_on release
+DESTDIR = $(OPIEDIR)/bin
-HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h canvascardgame.h freecellcardgame.h chicanecardgame.h harpcardgame.h teeclubcardgame.h patiencecardgame.h canvascardwindow.h
+HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h \
+ canvascardgame.h freecellcardgame.h chicanecardgame.h harpcardgame.h teeclubcardgame.h \
+ patiencecardgame.h canvascardwindow.h
-SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp chicanecardgame.cpp harpcardgame.cpp teeclubcardgame.cpp patiencecardgame.cpp canvascardwindow.cpp main.cpp
+SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp \
+ cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp \
+ chicanecardgame.cpp harpcardgame.cpp teeclubcardgame.cpp \
+ patiencecardgame.cpp canvascardwindow.cpp main.cpp
-TARGET = patience
+TARGET = patience
INCLUDEPATH += $(OPIEDIR)/include
-DEPENDPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../../../i18n/de/patience.ts \
- ../../../i18n/en/patience.ts \
- ../../../i18n/es/patience.ts \
- ../../../i18n/fr/patience.ts \
- ../../../i18n/hu/patience.ts \
- ../../../i18n/ja/patience.ts \
- ../../../i18n/ko/patience.ts \
- ../../../i18n/no/patience.ts \
- ../../../i18n/pl/patience.ts \
- ../../../i18n/pt/patience.ts \
- ../../../i18n/pt_BR/patience.ts \
- ../../../i18n/sl/patience.ts \
- ../../../i18n/zh_CN/patience.ts \
- ../../../i18n/zh_TW/patience.ts \
- ../../../i18n/it/patience.ts
+ ../../../i18n/en/patience.ts \
+ ../../../i18n/es/patience.ts \
+ ../../../i18n/fr/patience.ts \
+ ../../../i18n/hu/patience.ts \
+ ../../../i18n/ja/patience.ts \
+ ../../../i18n/ko/patience.ts \
+ ../../../i18n/no/patience.ts \
+ ../../../i18n/pl/patience.ts \
+ ../../../i18n/pt/patience.ts \
+ ../../../i18n/pt_BR/patience.ts \
+ ../../../i18n/sl/patience.ts \
+ ../../../i18n/zh_CN/patience.ts \
+ ../../../i18n/zh_TW/patience.ts \
+ ../../../i18n/it/patience.ts