Skip to content

Commit

Permalink
clean pro files
Browse files Browse the repository at this point in the history
  • Loading branch information
canpool committed Jul 8, 2019
1 parent 93f9dbe commit b3b8ce1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/libs/aggregation/aggregation.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include($$PWD/../../library.pri)

DEFINES += AGGREGATION_LIBRARY
message($$DESTDIR)

HEADERS = aggregate.h \
aggregation_global.h

Expand Down
5 changes: 4 additions & 1 deletion src/libs/libs.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ SUBDIRS = \
license \
qexts \
qribbon \
qlite
qlite \
aggregation \
extensionsystem \
utils

for(l, SUBDIRS) {
QTC_LIB_DEPENDS =
Expand Down
1 change: 0 additions & 1 deletion src/libs/license/license.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ DEFINES += QT_DEPRECATED_WARNINGS
include(../../library.pri)
CONFIG -= warn_on thread
include(license-lib.pri)
#include(rapidxml-1.13/rapidxml.pri)

unix {
target.path = /usr/lib
Expand Down
5 changes: 0 additions & 5 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ include(../qtproject.pri)
TEMPLATE = subdirs
CONFIG += ordered


SUBDIRS += \
libs \
tools \


TRANSLATIONS += app/resource/qm/lang_zh_CN.ts \
app/resource/qm/lang_en_US.ts \
# app/resource/qm/qt5.8.0/qt_zh_CN.ts

0 comments on commit b3b8ce1

Please sign in to comment.