-
Notifications
You must be signed in to change notification settings - Fork 0
/
staffGames.pro
69 lines (57 loc) · 1.18 KB
/
staffGames.pro
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
#-------------------------------------------------
#
# Project created by QtCreator 2014-07-03T20:18:17
#
#-------------------------------------------------
QT += core gui
QT += multimedia
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = staffGames
TEMPLATE = app
SOURCES += main.cpp\
ledgerline.cpp \
linemanager.cpp \
note.cpp \
staffline.cpp \
staffscene.cpp \
game_notefinding.cpp \
mainwindow.cpp \
title.cpp \
usersettings.cpp \
buttonrelay.cpp \
game_linefinding.cpp \
game.cpp \
game_spacefinding.cpp \
gamefactory.cpp \
graphicsview.cpp
HEADERS += \
staffGamesConstants.h \
ledgerline.h \
linemanager.h \
note.h \
staffline.h \
staffscene.h \
game_notefinding.h \
mainwindow.h \
title.h \
usersettings.h \
buttonrelay.h \
game_linefinding.h \
game.h \
game_spacefinding.h \
gamefactory.h \
exceptions.h \
gameproperties.h \
graphicsview.h
FORMS += \
game_notefinding.ui \
mainwindow.ui \
title.ui
CONFIG += mobility
CONFIG += c++11
MOBILITY =
RESOURCES += \
res/res.qrc
OTHER_FILES += \
Urls.txt \
res/Minim.jpeg