Chocobo1
6 years ago
8 changed files with 7 additions and 21 deletions
@ -1,13 +0,0 @@ |
|||||||
add_library(qbt_lineedit STATIC |
|
||||||
src/lineedit.cpp |
|
||||||
src/lineedit.h |
|
||||||
) |
|
||||||
|
|
||||||
target_link_libraries(qbt_lineedit |
|
||||||
PRIVATE |
|
||||||
qbt_gui_headers |
|
||||||
PUBLIC |
|
||||||
Qt5::Widgets |
|
||||||
) |
|
||||||
|
|
||||||
target_include_directories(qbt_lineedit PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src) |
|
@ -1,3 +0,0 @@ |
|||||||
INCLUDEPATH += $$PWD/src |
|
||||||
HEADERS += $$PWD/src/lineedit.h |
|
||||||
SOURCES += $$PWD/src/lineedit.cpp |
|
Loading…
Reference in new issue