-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknowledge.pro
More file actions
37 lines (29 loc) · 873 Bytes
/
knowledge.pro
File metadata and controls
37 lines (29 loc) · 873 Bytes
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
######################################################################
# Automatically generated by qmake (2.01a) Thu Nov 18 23:46:03 2010
######################################################################
TEMPLATE = app
TARGET = Knowledge
DEPENDPATH += . src
INCLUDEPATH += . src
QT += gui xml
OBJECTS_DIR = tmp
MOC_DIR = tmp
DESTDIR = build
# Input
HEADERS += src/KDocument.h \
src/KQuestion.h \
src/KMainWindow.h \
src/KGame.h \
src/KTTTGame.h \
src/TTTCell.h \
src/AutoScalingView.h \
src/KNoGame.h \
src/KTTTBackground.h \
SOURCES += src/KDocument.cpp \
src/KQuestion.cpp \
src/main.cpp \
src/KMainWindow.cpp \
src/KTTTGame.cpp \
src/TTTCell.cpp \
src/KNoGame.cpp \
src/KTTTBackground.cpp \