summaryrefslogtreecommitdiffstats
path: root/tcutils/tcutils.pro
diff options
context:
space:
mode:
authorspeidy <speidy@gmail.com>2016-12-22 12:04:29 -0500
committerspeidy <speidy@gmail.com>2016-12-22 12:04:29 -0500
commit93c55e58a884270850794c29bd0f4e2df22e22d6 (patch)
tree0eeece185f648a2ddf14d522c54c75c70986afda /tcutils/tcutils.pro
parentf4224615c97668236826d115fa37b6ce805bea96 (diff)
parent38253f1371b5e01e05ba995f28b6451ee57b613c (diff)
downloadxrdp-proprietary-93c55e58a884270850794c29bd0f4e2df22e22d6.tar.gz
xrdp-proprietary-93c55e58a884270850794c29bd0f4e2df22e22d6.zip
Merge branch 'devel' of https://github.com/neutrinolabs/xrdp
Conflicts: xorgxrdp
Diffstat (limited to 'tcutils/tcutils.pro')
-rw-r--r--tcutils/tcutils.pro30
1 files changed, 0 insertions, 30 deletions
diff --git a/tcutils/tcutils.pro b/tcutils/tcutils.pro
deleted file mode 100644
index a24029e8..00000000
--- a/tcutils/tcutils.pro
+++ /dev/null
@@ -1,30 +0,0 @@
-#-------------------------------------------------
-#
-# Project created by QtCreator 2013-08-18T13:54:44
-#
-#-------------------------------------------------
-
-QT += core gui
-
-TARGET = tcutils
-TEMPLATE = app
-
-
-SOURCES += main.cpp\
- mainwindow.cpp \
- utils.cpp
-
-HEADERS += mainwindow.h \
- utils.h
-
-FORMS += mainwindow.ui
-
-# added by LK Rashinkar
-INCLUDEPATH += ../xrdpapi
-
-LIBS += -Wl,-rpath
-LIBS += -Wl,/usr/local/lib/xrdp
-LIBS += -L../xrdpapi/.libs -lxrdpapi
-
-RESOURCES += \
- resources.qrc