diff options
author | speidy <speidy@gmail.com> | 2016-12-22 12:04:29 -0500 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2016-12-22 12:04:29 -0500 |
commit | 93c55e58a884270850794c29bd0f4e2df22e22d6 (patch) | |
tree | 0eeece185f648a2ddf14d522c54c75c70986afda /tcutils/tcutils.pro | |
parent | f4224615c97668236826d115fa37b6ce805bea96 (diff) | |
parent | 38253f1371b5e01e05ba995f28b6451ee57b613c (diff) | |
download | xrdp-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.pro | 30 |
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 |