diff options
Diffstat (limited to 'tools/runonphone/runonphone.pro')
-rw-r--r-- | tools/runonphone/runonphone.pro | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/runonphone/runonphone.pro b/tools/runonphone/runonphone.pro new file mode 100644 index 0000000..cf0c055 --- /dev/null +++ b/tools/runonphone/runonphone.pro @@ -0,0 +1,20 @@ +TEMPLATE = app + +QT -= gui +CONFIG += console +CONFIG -= app_bundle + +include(trk/trk.pri) + +SOURCES += main.cpp \ + trksignalhandler.cpp + +HEADERS += trksignalhandler.h \ + serenum.h + +windows { + SOURCES += serenum_win.cpp + LIBS += -lsetupapi \ + -luuid \ + -ladvapi32 +} |