From c96955e719a3bb665c853a47d5733775a1f3e250 Mon Sep 17 00:00:00 2001 From: Kai Philipp Date: Sat, 25 Jan 2020 16:58:08 +0100 Subject: [PATCH] pro file adaptions --- dealer_random_test.pro | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/dealer_random_test.pro b/dealer_random_test.pro index 0e3c228d..f0e38d47 100644 --- a/dealer_random_test.pro +++ b/dealer_random_test.pro @@ -23,15 +23,8 @@ DEPENDPATH += . \ src # Input -HEADERS += \ - src/game_defs.h \ - src/net/netpacket.h \ - src/third_party/protobuf/pokerth.pb.h - SOURCES += \ - src/dealer_random_test.cpp \ - src/net/common/netpacket.cpp \ - src/third_party/protobuf/pokerth.pb.cc + src/dealer_random_test.cpp unix : !mac { @@ -86,7 +79,7 @@ unix : !mac { #### INSTALL #### binary.path += $${PREFIX}/bin/ - binary.files += connectivity + binary.files += dealer_random_test INSTALLS += binary }