[go: up one dir, main page]

File: colorcode.pro

package info (click to toggle)
colorcode 0.7.2-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,208 kB
  • ctags: 952
  • sloc: cpp: 8,333; makefile: 56
file content (84 lines) | stat: -rw-r--r-- 1,871 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# #####################################################################
# Automatically generated by qmake (2.01a) Thu Sep 24 22:30:55 2009
# #####################################################################
QMAKE_CFLAGS_DEBUG -= -O2
QMAKE_CFLAGS_RELEASE -= -O2
QMAKE_CXXFLAGS_DEBUG -= -O2
QMAKE_CXXFLAGS_RELEASE -= -O2
QMAKE_CXXFLAGS += -O3
QMAKE_CFLAGS += -O3
TARGET = colorcode
TEMPLATE = app

# Input
HEADERS += about.h \
    colorcode.h \
    colorpeg.h \
    msg.h \
    pegrow.h \
    rowhint.h \
    ccsolver.h \
    background.h \
    solutionrow.h \
    graphicsbtn.h \
    settings.h \
    prefdialog.h \
    pegfactory.h \
    gamenodisplay.h \
    timedisplay.h \
    timedisplaybg.h \
    highscore.h \
    ccgame.h \
    buttonscell.h \
    buttondelegate.h \
    cellbtn.h \
    gametimer.h \
    savedgamesmodel.h \
    prevgamesmodel.h \
    highscoresmodel.h \
    gametableview.h \
    gametablesdialog.h \
    gameslistmodel.h
FORMS += about.ui \
    prefdialog.ui \
    gametablesdialog.ui
SOURCES += about.cpp \
    colorcode.cpp \
    colorpeg.cpp \
    main.cpp \
    msg.cpp \
    pegrow.cpp \
    rowhint.cpp \
    ccsolver.cpp \
    background.cpp \
    solutionrow.cpp \
    graphicsbtn.cpp \
    settings.cpp \
    prefdialog.cpp \
    pegfactory.cpp \
    gamenodisplay.cpp \
    timedisplay.cpp \
    timedisplaybg.cpp \
    highscore.cpp \
    ccgame.cpp \
    buttonscell.cpp \
    buttondelegate.cpp \
    cellbtn.cpp \
    gametimer.cpp \
    savedgamesmodel.cpp \
    prevgamesmodel.cpp \
    highscoresmodel.cpp \
    gametableview.cpp \
    gametablesdialog.cpp \
    gameslistmodel.cpp
RESOURCES += resource.qrc
OTHER_FILES += docs/GPL.html
win32:RC_FILE = colorcode.rc
TRANSLATIONS += trans_de.ts \
    trans_en.ts \
    trans_cs.ts \
    trans_fr.ts \
    trans_hu.ts \
    trans_es.ts
CODECFORTR = UTF-8
CODECFORSRC = UTF-8