소스 검색

fixed tests

master
Robin Thoni 8 년 전
부모
커밋
83fd276a98
2개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 2
    0
      libptsocket.pro
  2. 3
    3
      tests/tests.pro

+ 2
- 0
libptsocket.pro 파일 보기

1
 TEMPLATE = subdirs
1
 TEMPLATE = subdirs
2
 
2
 
3
+include(commons.pri)
4
+
3
 SUBDIRS += \
5
 SUBDIRS += \
4
     ptsocket
6
     ptsocket
5
 
7
 

+ 3
- 3
tests/tests.pro 파일 보기

10
 SOURCES += main.cpp test.cpp bctest.cpp
10
 SOURCES += main.cpp test.cpp bctest.cpp
11
 HEADERS += test.h bctest.h
11
 HEADERS += test.h bctest.h
12
 
12
 
13
-win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../ptsocket/release/ -lptsocket
14
-else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../ptsocket/debug/ -lptsocket
15
-else:unix:!macx: LIBS += -L$$OUT_PWD/../ptsocket/ -lptsocket
13
+win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../ptsocket/release/ -lptsocketqt$$QT_MAJOR_VERSION
14
+else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../ptsocket/debug/ -lptsocketqt$$QT_MAJOR_VERSION
15
+else:unix:!macx: LIBS += -L$$OUT_PWD/../ptsocket/ -lptsocketqt$$QT_MAJOR_VERSION
16
 
16
 
17
 INCLUDEPATH += $$PWD/../ptsocket
17
 INCLUDEPATH += $$PWD/../ptsocket
18
 DEPENDPATH += $$PWD/../ptsocket
18
 DEPENDPATH += $$PWD/../ptsocket

Loading…
취소
저장