pro file adaptions
This commit is contained in:
@@ -23,15 +23,8 @@ DEPENDPATH += . \
|
|||||||
src
|
src
|
||||||
|
|
||||||
# Input
|
# Input
|
||||||
HEADERS += \
|
|
||||||
src/game_defs.h \
|
|
||||||
src/net/netpacket.h \
|
|
||||||
src/third_party/protobuf/pokerth.pb.h
|
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
src/dealer_random_test.cpp \
|
src/dealer_random_test.cpp
|
||||||
src/net/common/netpacket.cpp \
|
|
||||||
src/third_party/protobuf/pokerth.pb.cc
|
|
||||||
|
|
||||||
unix : !mac {
|
unix : !mac {
|
||||||
|
|
||||||
@@ -86,7 +79,7 @@ unix : !mac {
|
|||||||
#### INSTALL ####
|
#### INSTALL ####
|
||||||
|
|
||||||
binary.path += $${PREFIX}/bin/
|
binary.path += $${PREFIX}/bin/
|
||||||
binary.files += connectivity
|
binary.files += dealer_random_test
|
||||||
|
|
||||||
INSTALLS += binary
|
INSTALLS += binary
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user