Skip to content

Commit a6bc4b1

Browse files
committed
Add a comment to qtdensity.pro (closes #62)
1 parent 57e555c commit a6bc4b1

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-08-22 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/examples/qt/qtdensity.pro: Add two commented-out lines which
4+
may aid in some settings
5+
16
2025-04-22 Dirk Eddelbuettel <[email protected]>
27

38
* DESCRIPTION (Version, Date): Release 0.2.19

inst/NEWS.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
\item More routine update to package and continuous integration.
1515
\item Some now-obsolete checks for C++11 have been removed
1616
\item When parsing environment variables, use of double quotes is now
17-
supported`p
17+
supported
1818
}
1919
}
2020

inst/examples/qt/qtdensity.pro

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,21 @@
1212

1313
## build an app based on the one headers and two source files
1414
TEMPLATE = app
15-
HEADERS = qtdensity.h
15+
HEADERS = qtdensity.h
1616
SOURCES = qtdensity.cpp main.cpp
1717

1818
## beyond the default configuration, also use SVG graphics
1919
QT += svg
20+
## these two are said to help qith qt5 / qtcreator under windows (cf #62)
21+
#QT += widgets
22+
#QT += svgwidgets
2023

21-
## comment this out if you need a different version of R,
24+
## comment this out if you need a different version of R,
2225
## and set set R_HOME accordingly as an environment variable
2326
R_HOME = $$system(R RHOME)
2427
#message("R_HOME is" $$R_HOME)
2528

26-
## include headers and libraries for R
29+
## include headers and libraries for R
2730
RCPPFLAGS = $$system($$R_HOME/bin/R CMD config --cppflags)
2831
RLDFLAGS = $$system($$R_HOME/bin/R CMD config --ldflags)
2932
RBLAS = $$system($$R_HOME/bin/R CMD config BLAS_LIBS)

0 commit comments

Comments
 (0)