-
Notifications
You must be signed in to change notification settings - Fork 0
/
SicilyChan.pro
46 lines (35 loc) · 895 Bytes
/
SicilyChan.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
#-------------------------------------------------
#
# Project created by QtCreator 2014-12-08T10:49:03
#
#-------------------------------------------------
QT += core gui
QT += network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
QMAKE_CXXFLAGS += -std=c++11
TARGET = SicilyChan
TEMPLATE = app
CONFIG += static
SOURCES +=\
Defines.cpp \
Sicily.cpp \
main.cpp \
ChatBox.cpp \
ActionList.cpp
HEADERS += \
Sicily.h \
Defines.h \
ChatBox.h \
ActionList.h
FORMS += \
Sicily.ui \
ChatBox.ui
#win32: LIBS += -L$$PWD/../../App/Python27/libs/ -lpython27
#win32: INCLUDEPATH += $$PWD/../../App/Python27/include
#win32: DEPENDPATH += $$PWD/../../App/Python27/include
#linux: INCLUDEPATH += -I /usr/include/python2.7/
#linux: LIBS += -L /usr/lib/python2.7/ -lpython2.7
RC_FILE += ico.rc
OTHER_FILES += \
sicily.ico \
ico.rc