[go: up one dir, main page]

File: ColorCode.pro

package info (click to toggle)
colorcode 0.6.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 676 kB
  • ctags: 544
  • sloc: cpp: 4,828; makefile: 55
file content (48 lines) | stat: -rw-r--r-- 1,091 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
# #####################################################################
# 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
FORMS += about.ui \
    prefdialog.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
RESOURCES += resource.qrc
OTHER_FILES += docs/GPL.html
win32:RC_FILE = ColorCode.rc
TRANSLATIONS += trans_de.ts \
    trans_en.ts \
    trans_cs.ts
CODECFORTR = UTF-8
CODECFORSRC = UTF-8