diff options
Diffstat (limited to 'pacman-c++/common.pri')
| -rw-r--r-- | pacman-c++/common.pri | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pacman-c++/common.pri b/pacman-c++/common.pri index fed2973..51db8ac 100644 --- a/pacman-c++/common.pri +++ b/pacman-c++/common.pri | |||
| @@ -1,20 +1,21 @@ | |||
| 1 | LANGUAGE = C++ | 1 | LANGUAGE = C++ |
| 2 | VERSION = 0.1 | 2 | VERSION = 0.1 |
| 3 | 3 | ||
| 4 | OBJECTS_DIR = .obj | ||
| 5 | MOC_DIR = .moc | ||
| 6 | |||
| 7 | QT += phonon network | 4 | QT += phonon network |
| 8 | 5 | ||
| 6 | DESTDIR = ../ | ||
| 7 | |||
| 9 | INCLUDEPATH += ../common | 8 | INCLUDEPATH += ../common |
| 10 | DEPENDPATH += ../common | 9 | DEPENDPATH += ../common |
| 11 | LIBS += -L../common -lcommon | 10 | LIBS += -L.. -lcommon |
| 12 | 11 | ||
| 13 | INCLUDEPATH += $$OUT_PWD/../proto | 12 | INCLUDEPATH += $$OUT_PWD/../proto |
| 14 | LIBS += -L../proto -lproto -lprotobuf | 13 | LIBS += -L.. -lproto -lprotobuf |
| 15 | 14 | ||
| 16 | INCLUDEPATH += ../enet/include | 15 | INCLUDEPATH += ../enet/include |
| 17 | LIBS += -L$$PWD/enet/.libs -lenet | 16 | LIBS += -L$$PWD/enet/.libs -lenet |
| 17 | # enable this if you want to link the archive | ||
| 18 | #win32:LIBS += -lws2_32 -lwinmm | ||
| 18 | 19 | ||
| 19 | CONFIG(release, debug|release) { | 20 | CONFIG(release, debug|release) { |
| 20 | DEFINES += QT_NO_DEBUG_OUTPUT | 21 | DEFINES += QT_NO_DEBUG_OUTPUT |
