author | llornkcor <llornkcor> | 2002-11-16 16:54:59 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-11-16 16:54:59 (UTC) |
commit | 5e1846c71ae7d5254961a52862978f155fe764cf (patch) (unidiff) | |
tree | e572fcb4bf06637a679700a5911201efc10c1e57 | |
parent | 0633fb26123857509c9eb0e0a013b654667ca9ce (diff) | |
download | opie-5e1846c71ae7d5254961a52862978f155fe764cf.zip opie-5e1846c71ae7d5254961a52862978f155fe764cf.tar.gz opie-5e1846c71ae7d5254961a52862978f155fe764cf.tar.bz2 |
easier to read
-rwxr-xr-x | noncore/games/solitaire/solitaire.pro | 47 |
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 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE = app |
2 | 2 | ||
3 | CONFIG += qt warn_on release | 3 | CONFIG += qt warn_on release |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | 5 | ||
6 | 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 | 6 | HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h \ |
7 | canvascardgame.h freecellcardgame.h chicanecardgame.h harpcardgame.h teeclubcardgame.h \ | ||
8 | patiencecardgame.h canvascardwindow.h | ||
7 | 9 | ||
8 | 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 | 10 | SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp \ |
11 | cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp \ | ||
12 | chicanecardgame.cpp harpcardgame.cpp teeclubcardgame.cpp \ | ||
13 | patiencecardgame.cpp canvascardwindow.cpp main.cpp | ||
9 | 14 | ||
10 | TARGET = patience | 15 | TARGET = patience |
11 | 16 | ||
12 | INCLUDEPATH += $(OPIEDIR)/include | 17 | INCLUDEPATH += $(OPIEDIR)/include |
13 | DEPENDPATH+= $(OPIEDIR)/include | 18 | DEPENDPATH += $(OPIEDIR)/include |
14 | LIBS += -lqpe | 19 | LIBS += -lqpe |
15 | 20 | ||
16 | TRANSLATIONS = ../../../i18n/de/patience.ts \ | 21 | TRANSLATIONS = ../../../i18n/de/patience.ts \ |
17 | ../../../i18n/en/patience.ts \ | 22 | ../../../i18n/en/patience.ts \ |
18 | ../../../i18n/es/patience.ts \ | 23 | ../../../i18n/es/patience.ts \ |
19 | ../../../i18n/fr/patience.ts \ | 24 | ../../../i18n/fr/patience.ts \ |
20 | ../../../i18n/hu/patience.ts \ | 25 | ../../../i18n/hu/patience.ts \ |
21 | ../../../i18n/ja/patience.ts \ | 26 | ../../../i18n/ja/patience.ts \ |
22 | ../../../i18n/ko/patience.ts \ | 27 | ../../../i18n/ko/patience.ts \ |
23 | ../../../i18n/no/patience.ts \ | 28 | ../../../i18n/no/patience.ts \ |
24 | ../../../i18n/pl/patience.ts \ | 29 | ../../../i18n/pl/patience.ts \ |
25 | ../../../i18n/pt/patience.ts \ | 30 | ../../../i18n/pt/patience.ts \ |
26 | ../../../i18n/pt_BR/patience.ts \ | 31 | ../../../i18n/pt_BR/patience.ts \ |
27 | ../../../i18n/sl/patience.ts \ | 32 | ../../../i18n/sl/patience.ts \ |
28 | ../../../i18n/zh_CN/patience.ts \ | 33 | ../../../i18n/zh_CN/patience.ts \ |
29 | ../../../i18n/zh_TW/patience.ts \ | 34 | ../../../i18n/zh_TW/patience.ts \ |
30 | ../../../i18n/it/patience.ts | 35 | ../../../i18n/it/patience.ts |