Skip to content

Commit

Permalink
telegram-qt directory renamed to TelegramQt
Browse files Browse the repository at this point in the history
This avoid "dir name vs tag name" git autocomplete confusing
  • Loading branch information
Kaffeine committed Nov 7, 2016
1 parent b3581a2 commit 743add8
Show file tree
Hide file tree
Showing 64 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include(GNUInstallDirs)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")

# Add the source subdirectories
add_subdirectory(telegram-qt)
add_subdirectory(TelegramQt)

#if(ENABLE_TESTS)
# add_subdirectory(tests)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions telegram-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
include(options.pri)

TEMPLATE = subdirs
SUBDIRS = telegram-qt
SUBDIRS = TelegramQt
SUBDIRS += testApp
CONFIG += ordered

contains(options, developer-build) {
SUBDIRS += telegram-qt/tests
SUBDIRS += telegram-qt/generator
SUBDIRS += TelegramQt/tests
SUBDIRS += TelegramQt/generator
greaterThan(QT_MAJOR_VERSION, 4) {
SUBDIRS += telegram-qt/generator-ng
SUBDIRS += TelegramQt/generator-ng
}
}

Expand Down
12 changes: 3 additions & 9 deletions testApp/testApp.pro
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
#-------------------------------------------------
#
# Project created by QtCreator 2014-03-22T18:29:28
#
#-------------------------------------------------

QT += core gui network
QT += core gui network
CONFIG += c++11

TEMPLATE = app

INCLUDEPATH += $$PWD/../telegram-qt
INCLUDEPATH += $$PWD/../TelegramQt

LIBS += -lssl -lcrypto -lz
LIBS += -lTelegramQt
LIBS += -L$$OUT_PWD/../telegram-qt
LIBS += -L$$OUT_PWD/../TelegramQt

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

Expand Down

0 comments on commit 743add8

Please sign in to comment.