source: trunk/tools/qtestlib/wince/remotelib/remotelib.pro@ 605

Last change on this file since 605 was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 246 bytes
Line 
1TEMPLATE = lib
2CONFIG += dll
3CONFIG -= staticlib
4TARGET = QtRemote
5DESTDIR = ../../../../lib
6DEPENDPATH += .
7INCLUDEPATH += .
8QT =
9# Input
10HEADERS += commands.h
11SOURCES += commands.cpp
12
13INCLUDEPATH += $$QT_CE_RAPI_INC
14LIBS += -L$$QT_CE_RAPI_LIB
15
Note: See TracBrowser for help on using the repository browser.