Changeset 71:415b45c71663 in SMSSender for gateways/SwisscomXtraZone/SwisscomXtraZone.pro
- Timestamp:
- Feb 7, 2010 10:17:45 PM (12 years ago)
- Branch:
- 3.0
- Convert:
- svn:3639001d-8e34-449c-bb86-3782b86c4877/branches/3.0@70
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gateways/SwisscomXtraZone/SwisscomXtraZone.pro
r65 r71 11 11 LIBS += -L../../lib/ 12 12 # Attend the order! 13 LIBS += -linterfaces \ 14 -lgateway \ 15 -linterfaces \ 16 -ldatatypes \ 13 LIBS += -ldatatypes \ 17 14 -lutils 18 INCLUDEPATH += app \ 19 ../../lib/libinterfaces/src/exceptions/ \ 20 ../../lib/libinterfaces/src/business/ \ 21 ../../lib/libinterfaces/src/ui/ \ 22 ../../lib/libinterfaces/src/ \ 23 ../../lib/libgateway/src/exceptions/ \ 24 ../../lib/libgateway/src/business/ \ 25 ../../lib/libgateway/src/persistence/ \ 26 ../../lib/libdatatypes/src/business \ 15 INCLUDEPATH += src/ \ 16 ../../lib/libdatatypes/src/interfaces \ 17 ../../lib/libdatatypes/src/exceptions \ 27 18 ../../lib/libdatatypes/src \ 28 19 ../../lib/libutils/src/
Note: See TracChangeset
for help on using the changeset viewer.